diff --git a/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt b/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt index 5c6965257c2b..0586dcc9f6b6 100644 --- a/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt @@ -3,12 +3,12 @@ AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/frontdoor/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\OneBranch\azure-sdk-for-net\sdk -2020-07-04 08:04:33 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/frontdoor/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\AzureSDKFork\azure-sdk-for-net\sdk +2021-01-26 08:07:41 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: c57ad5f5b7f30d8da1a7aae9f7801e4714f3d155 +Commit: 20ab40f8aecd70864044f00f2ed013fd9e35afa9 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/AzSdk.RP.props b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/AzSdk.RP.props index 6acc8b2151ab..de64d679adcf 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/AzSdk.RP.props +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/AzSdk.RP.props @@ -1,7 +1,7 @@ - Network_2020-05-01;Network_2020-01-01;Network_2019-11-01;Network_2019-10-01; + Network_2020-11-01;Network_2020-05-01;Network_2020-01-01;Network_2019-11-01;Network_2019-10-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/ManagedRuleSetsOperations.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/ManagedRuleSetsOperations.cs index 7a1330fc5c1c..fa101cccb730 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/ManagedRuleSetsOperations.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/ManagedRuleSetsOperations.cs @@ -80,7 +80,7 @@ internal ManagedRuleSetsOperations(FrontDoorManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2020-04-01"; + string apiVersion = "2020-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusion.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusion.cs index c5c5f76ed355..88aa38f3f33c 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusion.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusion.cs @@ -33,7 +33,7 @@ public ManagedRuleExclusion() /// The variable type to be excluded. /// Possible values include: 'RequestHeaderNames', /// 'RequestCookieNames', 'QueryStringArgNames', - /// 'RequestBodyPostArgNames' + /// 'RequestBodyPostArgNames', 'RequestBodyJsonArgNames' /// Comparison operator to apply to /// the selector when specifying which elements in the collection this /// exclusion applies to. Possible values include: 'Equals', @@ -56,7 +56,8 @@ public ManagedRuleExclusion(string matchVariable, string selectorMatchOperator, /// /// Gets or sets the variable type to be excluded. Possible values /// include: 'RequestHeaderNames', 'RequestCookieNames', - /// 'QueryStringArgNames', 'RequestBodyPostArgNames' + /// 'QueryStringArgNames', 'RequestBodyPostArgNames', + /// 'RequestBodyJsonArgNames' /// [JsonProperty(PropertyName = "matchVariable")] public string MatchVariable { get; set; } diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusionMatchVariable.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusionMatchVariable.cs index 87c7c9eab51b..033ac23e987b 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusionMatchVariable.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleExclusionMatchVariable.cs @@ -20,5 +20,6 @@ public static class ManagedRuleExclusionMatchVariable public const string RequestCookieNames = "RequestCookieNames"; public const string QueryStringArgNames = "QueryStringArgNames"; public const string RequestBodyPostArgNames = "RequestBodyPostArgNames"; + public const string RequestBodyJsonArgNames = "RequestBodyJsonArgNames"; } } diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleSet.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleSet.cs index 6cbab6558be0..753e904d6ab0 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleSet.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleSet.cs @@ -35,14 +35,17 @@ public ManagedRuleSet() /// Defines the rule set type to use. /// Defines the version of the rule set to /// use. + /// Possible values include: 'Block', + /// 'Log', 'Redirect' /// Describes the exclusions that are applied /// to all rules in the set. /// Defines the rule group overrides /// to apply to the rule set. - public ManagedRuleSet(string ruleSetType, string ruleSetVersion, IList exclusions = default(IList), IList ruleGroupOverrides = default(IList)) + public ManagedRuleSet(string ruleSetType, string ruleSetVersion, string ruleSetAction = default(string), IList exclusions = default(IList), IList ruleGroupOverrides = default(IList)) { RuleSetType = ruleSetType; RuleSetVersion = ruleSetVersion; + RuleSetAction = ruleSetAction; Exclusions = exclusions; RuleGroupOverrides = ruleGroupOverrides; CustomInit(); @@ -65,6 +68,12 @@ public ManagedRuleSet() [JsonProperty(PropertyName = "ruleSetVersion")] public string RuleSetVersion { get; set; } + /// + /// Gets or sets possible values include: 'Block', 'Log', 'Redirect' + /// + [JsonProperty(PropertyName = "ruleSetAction")] + public string RuleSetAction { get; set; } + /// /// Gets or sets describes the exclusions that are applied to all rules /// in the set. diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleSetActionType.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleSetActionType.cs new file mode 100644 index 000000000000..121b1b99c49a --- /dev/null +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/ManagedRuleSetActionType.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.FrontDoor.Models +{ + + /// + /// Defines values for ManagedRuleSetActionType. + /// + public static class ManagedRuleSetActionType + { + public const string Block = "Block"; + public const string Log = "Log"; + public const string Redirect = "Redirect"; + } +} diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/PolicyRequestBodyCheck.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/PolicyRequestBodyCheck.cs new file mode 100644 index 000000000000..717c145b6fa0 --- /dev/null +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/PolicyRequestBodyCheck.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.FrontDoor.Models +{ + + /// + /// Defines values for PolicyRequestBodyCheck. + /// + public static class PolicyRequestBodyCheck + { + public const string Disabled = "Disabled"; + public const string Enabled = "Enabled"; + } +} diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/PolicySettings.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/PolicySettings.cs index 27c7c0096054..453d21dd3238 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/PolicySettings.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/PolicySettings.cs @@ -43,13 +43,17 @@ public PolicySettings() /// If the action type is block, /// customer can override the response body. The body must be specified /// in base64 encoding. - public PolicySettings(string enabledState = default(string), string mode = default(string), string redirectUrl = default(string), int? customBlockResponseStatusCode = default(int?), string customBlockResponseBody = default(string)) + /// Describes if policy managed rules + /// will inspect the request body content. Possible values include: + /// 'Disabled', 'Enabled' + public PolicySettings(string enabledState = default(string), string mode = default(string), string redirectUrl = default(string), int? customBlockResponseStatusCode = default(int?), string customBlockResponseBody = default(string), string requestBodyCheck = default(string)) { EnabledState = enabledState; Mode = mode; RedirectUrl = redirectUrl; CustomBlockResponseStatusCode = customBlockResponseStatusCode; CustomBlockResponseBody = customBlockResponseBody; + RequestBodyCheck = requestBodyCheck; CustomInit(); } @@ -95,6 +99,14 @@ public PolicySettings() [JsonProperty(PropertyName = "customBlockResponseBody")] public string CustomBlockResponseBody { get; set; } + /// + /// Gets or sets describes if policy managed rules will inspect the + /// request body content. Possible values include: 'Disabled', + /// 'Enabled' + /// + [JsonProperty(PropertyName = "requestBodyCheck")] + public string RequestBodyCheck { get; set; } + /// /// Validate the object. /// diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/SecurityPolicyLink.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/SecurityPolicyLink.cs new file mode 100644 index 000000000000..98f4e699c6ae --- /dev/null +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/SecurityPolicyLink.cs @@ -0,0 +1,51 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.FrontDoor.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines the Resource ID for a Security Policy. + /// + public partial class SecurityPolicyLink + { + /// + /// Initializes a new instance of the SecurityPolicyLink class. + /// + public SecurityPolicyLink() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SecurityPolicyLink class. + /// + /// Resource ID. + public SecurityPolicyLink(string id = default(string)) + { + Id = id; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource ID. + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; set; } + + } +} diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/Sku.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/Sku.cs new file mode 100644 index 000000000000..de61e9b2f936 --- /dev/null +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/Sku.cs @@ -0,0 +1,55 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.FrontDoor.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The pricing tier of the web application firewall policy. + /// + public partial class Sku + { + /// + /// Initializes a new instance of the Sku class. + /// + public Sku() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the Sku class. + /// + /// Name of the pricing tier. Possible values + /// include: 'Classic_AzureFrontDoor', 'Standard_AzureFrontDoor', + /// 'Premium_AzureFrontDoor' + public Sku(string name = default(string)) + { + Name = name; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets name of the pricing tier. Possible values include: + /// 'Classic_AzureFrontDoor', 'Standard_AzureFrontDoor', + /// 'Premium_AzureFrontDoor' + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } + + } +} diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/SkuName.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/SkuName.cs new file mode 100644 index 000000000000..482a0843239e --- /dev/null +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/SkuName.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.FrontDoor.Models +{ + + /// + /// Defines values for SkuName. + /// + public static class SkuName + { + public const string ClassicAzureFrontDoor = "Classic_AzureFrontDoor"; + public const string StandardAzureFrontDoor = "Standard_AzureFrontDoor"; + public const string PremiumAzureFrontDoor = "Premium_AzureFrontDoor"; + } +} diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/WebApplicationFirewallPolicy.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/WebApplicationFirewallPolicy.cs index 758e5dc7ba76..b87938b0350a 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/WebApplicationFirewallPolicy.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/WebApplicationFirewallPolicy.cs @@ -51,12 +51,17 @@ public WebApplicationFirewallPolicy() /// associated with this Web Application Firewall policy. /// Describes Routing Rules associated /// with this Web Application Firewall policy. + /// Describes Security Policy + /// associated with this Web Application Firewall policy. /// Provisioning state of the /// policy. /// Resource status of the policy. /// Gets a unique read-only string that changes /// whenever the resource is updated. - public WebApplicationFirewallPolicy(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), PolicySettings policySettings = default(PolicySettings), CustomRuleList customRules = default(CustomRuleList), ManagedRuleSetList managedRules = default(ManagedRuleSetList), IList frontendEndpointLinks = default(IList), IList routingRuleLinks = default(IList), string provisioningState = default(string), string resourceState = default(string), string etag = default(string)) + /// The pricing tier of web application firewall + /// policy. Defaults to Classic_AzureFrontDoor if not + /// specified. + public WebApplicationFirewallPolicy(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), PolicySettings policySettings = default(PolicySettings), CustomRuleList customRules = default(CustomRuleList), ManagedRuleSetList managedRules = default(ManagedRuleSetList), IList frontendEndpointLinks = default(IList), IList routingRuleLinks = default(IList), IList securityPolicyLinks = default(IList), string provisioningState = default(string), string resourceState = default(string), string etag = default(string), Sku sku = default(Sku)) : base(id, name, type, location, tags) { PolicySettings = policySettings; @@ -64,9 +69,11 @@ public WebApplicationFirewallPolicy() ManagedRules = managedRules; FrontendEndpointLinks = frontendEndpointLinks; RoutingRuleLinks = routingRuleLinks; + SecurityPolicyLinks = securityPolicyLinks; ProvisioningState = provisioningState; ResourceState = resourceState; Etag = etag; + Sku = sku; CustomInit(); } @@ -107,6 +114,13 @@ public WebApplicationFirewallPolicy() [JsonProperty(PropertyName = "properties.routingRuleLinks")] public IList RoutingRuleLinks { get; private set; } + /// + /// Gets describes Security Policy associated with this Web Application + /// Firewall policy. + /// + [JsonProperty(PropertyName = "properties.securityPolicyLinks")] + public IList SecurityPolicyLinks { get; private set; } + /// /// Gets provisioning state of the policy. /// @@ -130,6 +144,13 @@ public WebApplicationFirewallPolicy() [JsonProperty(PropertyName = "etag")] public string Etag { get; set; } + /// + /// Gets or sets the pricing tier of web application firewall policy. + /// Defaults to Classic_AzureFrontDoor if not specified. + /// + [JsonProperty(PropertyName = "sku")] + public Sku Sku { get; set; } + /// /// Validate the object. /// diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/PoliciesOperations.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/PoliciesOperations.cs index 5bfed88ccbc0..8451e70df29a 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/PoliciesOperations.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/PoliciesOperations.cs @@ -102,7 +102,7 @@ internal PoliciesOperations(FrontDoorManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2020-04-01"; + string apiVersion = "2020-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -311,7 +311,7 @@ internal PoliciesOperations(FrontDoorManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2020-04-01"; + string apiVersion = "2020-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -582,7 +582,7 @@ internal PoliciesOperations(FrontDoorManagementClient client) { parameters.Validate(); } - string apiVersion = "2020-04-01"; + string apiVersion = "2020-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -833,7 +833,7 @@ internal PoliciesOperations(FrontDoorManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - string apiVersion = "2020-04-01"; + string apiVersion = "2020-11-01"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs index ed015b439842..55726593de5a 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs @@ -25,25 +25,14 @@ public static IEnumerable> ApiInfo_FrontDoorManage new Tuple("Network", "FrontDoorNameAvailabilityWithSubscription", "2020-05-01"), new Tuple("Network", "FrontDoors", "2020-05-01"), new Tuple("Network", "FrontendEndpoints", "2020-05-01"), - new Tuple("Network", "ManagedRuleSets", "2020-04-01"), + new Tuple("Network", "ManagedRuleSets", "2020-11-01"), new Tuple("Network", "NetworkExperimentProfiles", "2019-11-01"), - new Tuple("Network", "Policies", "2020-04-01"), + new Tuple("Network", "Policies", "2020-11-01"), new Tuple("Network", "PreconfiguredEndpoints", "2019-11-01"), new Tuple("Network", "Reports", "2019-11-01"), new Tuple("Network", "RulesEngines", "2020-05-01"), }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/frontdoor/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\OneBranch\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "c57ad5f5b7f30d8da1a7aae9f7801e4714f3d155"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } - diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Microsoft.Azure.Management.FrontDoor.csproj b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Microsoft.Azure.Management.FrontDoor.csproj index a183a56a9fcf..2a4b368ba22d 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Microsoft.Azure.Management.FrontDoor.csproj +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Microsoft.Azure.Management.FrontDoor.csproj @@ -7,11 +7,11 @@ Microsoft.Azure.Management.FrontDoor Provides management capabilities for Front Door services. Microsoft.Azure.Management.FrontDoor - 3.0.0 + 4.0.0 Microsoft Azure Front Door management;FrontDoor;Front Door management; diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Properties/AssemblyInfo.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Properties/AssemblyInfo.cs index 2f4e83e17145..6b4f253a53a3 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Properties/AssemblyInfo.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Properties/AssemblyInfo.cs @@ -10,8 +10,8 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] -[assembly: AssemblyVersion("3.0.0.0")] -[assembly: AssemblyFileVersion("3.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] +[assembly: AssemblyFileVersion("4.0.0.0")] [assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/Properties/AssemblyInfo.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/Properties/AssemblyInfo.cs index 4efaf5563bf9..478bfe8b6086 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/Properties/AssemblyInfo.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/Properties/AssemblyInfo.cs @@ -11,8 +11,8 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Azure .NET SDK")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("4.0.0.0")] +[assembly: AssemblyFileVersion("4.0.0.0")] [assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/ScenarioTests/FrontDoorTests.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/ScenarioTests/FrontDoorTests.cs index 4fbdffccbd98..c088691c762f 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/ScenarioTests/FrontDoorTests.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/ScenarioTests/FrontDoorTests.cs @@ -497,10 +497,10 @@ public void WAFCRUDTest() { Location = "global", Tags = new Dictionary - { - {"key1","value1"}, - {"key2","value2"} - }, + { + {"key1","value1"}, + {"key2","value2"} + }, PolicySettings = new PolicySettings { EnabledState = "Enabled", diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/SessionRecords/FrontDoorTests/WAFCRUDTest.json b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/SessionRecords/FrontDoorTests/WAFCRUDTest.json index 1604d7dcb786..cc9904a101e1 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/SessionRecords/FrontDoorTests/WAFCRUDTest.json +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/tests/SessionRecords/FrontDoorTests/WAFCRUDTest.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3649?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzNjQ5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3976?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzOTc2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "80fea83c-0eff-409d-a4c2-cccf63a579c3" + "94ebd1d2-2a4b-4879-8d4d-e0aff4a6afcd" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "d9f7afab-7445-44f0-b27c-250dfc48ed47" + "07bcf318-892b-40a7-9d94-cf034170a3c9" ], "x-ms-correlation-request-id": [ - "d9f7afab-7445-44f0-b27c-250dfc48ed47" + "07bcf318-892b-40a7-9d94-cf034170a3c9" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202757Z:d9f7afab-7445-44f0-b27c-250dfc48ed47" + "WESTCENTRALUS:20210126T033423Z:07bcf318-892b-40a7-9d94-cf034170a3c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,7 +51,7 @@ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:27:57 GMT" + "Tue, 26 Jan 2021 03:34:23 GMT" ], "Content-Length": [ "205" @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3649\",\r\n \"name\": \"FrontDoorResourceGroup3649\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3976\",\r\n \"name\": \"FrontDoorResourceGroup3976\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy4304?api-version=2020-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzNjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NDMwND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy5982?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzOTc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NTk4Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"priority\": 1,\r\n \"enabledState\": \"Enabled\",\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"operator\": \"IPMatch\",\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ],\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ],\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"global\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1ff1882a-41ba-4951-8ffb-5039f073a039" + "086f2d7e-9ba2-47b8-8f47-b2e6734c3867" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.FrontDoor.FrontDoorManagementClient/3.0.0.0" ], "Content-Type": [ @@ -99,10 +99,10 @@ "no-cache" ], "x-ms-request-id": [ - "27f90bd3-cc3e-403d-a045-701d543c4d92" + "7e0f9ab0-1f9c-43d6-87d9-f43c6c1e4522" ], "x-ms-client-request-id": [ - "1ff1882a-41ba-4951-8ffb-5039f073a039" + "086f2d7e-9ba2-47b8-8f47-b2e6734c3867" ], "OData-Version": [ "4.0" @@ -111,7 +111,7 @@ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -123,19 +123,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "0a9eb9e1-925c-4f2e-9c6a-4b5fee581a75" + "89ec09cd-061b-44d1-a0f0-d3754d5e8f00" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202805Z:0a9eb9e1-925c-4f2e-9c6a-4b5fee581a75" + "WESTCENTRALUS:20210126T033428Z:89ec09cd-061b-44d1-a0f0-d3754d5e8f00" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:04 GMT" + "Tue, 26 Jan 2021 03:34:27 GMT" ], "Content-Length": [ - "2192" + "2332" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -144,32 +144,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"policy4304\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/frontdoorwebapplicationfirewallpolicies/policy4304\",\r\n \"type\": \"Microsoft.Network/frontdoorwebapplicationfirewallpolicies\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"Global\",\r\n \"properties\": {\r\n \"resourceState\": \"Enabled\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"enabledState\": \"Enabled\",\r\n \"priority\": 1,\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"frontendEndpointLinks\": [],\r\n \"routingRuleLinks\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"policy5982\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/frontdoorwebapplicationfirewallpolicies/policy5982\",\r\n \"type\": \"Microsoft.Network/frontdoorwebapplicationfirewallpolicies\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Classic_AzureFrontDoor\"\r\n },\r\n \"properties\": {\r\n \"resourceState\": \"Enabled\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\",\r\n \"requestBodyCheck\": \"Disabled\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"enabledState\": \"Enabled\",\r\n \"priority\": 1,\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"ruleSetAction\": null,\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"frontendEndpointLinks\": [],\r\n \"routingRuleLinks\": [],\r\n \"securityPolicyLinks\": []\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy4304?api-version=2020-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzNjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NDMwND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy5982?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzOTc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NTk4Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"priority\": 1,\r\n \"enabledState\": \"Enabled\",\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n },\r\n {\r\n \"name\": \"rule2\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"operator\": \"GeoMatch\",\r\n \"matchValue\": [\r\n \"US\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ],\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ],\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"location\": \"Global\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\",\r\n \"requestBodyCheck\": \"Disabled\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"priority\": 1,\r\n \"enabledState\": \"Enabled\",\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n },\r\n {\r\n \"name\": \"rule2\",\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"operator\": \"GeoMatch\",\r\n \"matchValue\": [\r\n \"US\"\r\n ]\r\n }\r\n ],\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ],\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ],\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic_AzureFrontDoor\"\r\n },\r\n \"location\": \"Global\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "984d8593-860c-46ee-8319-761c8c5842ab" + "607bb5bc-2472-4268-a5d9-0208298735f2" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.FrontDoor.FrontDoorManagementClient/3.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "2586" + "2681" ] }, "ResponseHeaders": { @@ -180,10 +180,10 @@ "no-cache" ], "x-ms-request-id": [ - "132199d3-df77-4e4e-abcc-0e9b72dc835d" + "b31a47b0-0c10-4255-81e8-d1295c3ba3b5" ], "x-ms-client-request-id": [ - "984d8593-860c-46ee-8319-761c8c5842ab" + "607bb5bc-2472-4268-a5d9-0208298735f2" ], "OData-Version": [ "4.0" @@ -192,7 +192,7 @@ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -204,19 +204,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "401d3018-cf39-4ca9-9fd4-93561e286ff6" + "14e1af38-6c0a-41df-9962-7b8061bae477" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202806Z:401d3018-cf39-4ca9-9fd4-93561e286ff6" + "WESTCENTRALUS:20210126T033430Z:14e1af38-6c0a-41df-9962-7b8061bae477" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:06 GMT" + "Tue, 26 Jan 2021 03:34:30 GMT" ], "Content-Length": [ - "2637" + "2777" ], "Content-Type": [ "application/json; odata.metadata=minimal" @@ -225,25 +225,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"policy4304\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/frontdoorwebapplicationfirewallpolicies/policy4304\",\r\n \"type\": \"Microsoft.Network/frontdoorwebapplicationfirewallpolicies\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"Global\",\r\n \"properties\": {\r\n \"resourceState\": \"Enabled\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"enabledState\": \"Enabled\",\r\n \"priority\": 1,\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n },\r\n {\r\n \"name\": \"rule2\",\r\n \"enabledState\": null,\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": null,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"GeoMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"US\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"frontendEndpointLinks\": [],\r\n \"routingRuleLinks\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"policy5982\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/frontdoorwebapplicationfirewallpolicies/policy5982\",\r\n \"type\": \"Microsoft.Network/frontdoorwebapplicationfirewallpolicies\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Classic_AzureFrontDoor\"\r\n },\r\n \"properties\": {\r\n \"resourceState\": \"Enabled\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\",\r\n \"requestBodyCheck\": \"Disabled\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"enabledState\": \"Enabled\",\r\n \"priority\": 1,\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n },\r\n {\r\n \"name\": \"rule2\",\r\n \"enabledState\": null,\r\n \"priority\": 2,\r\n \"ruleType\": \"MatchRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": null,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"GeoMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"US\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"ruleSetAction\": null,\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"frontendEndpointLinks\": [],\r\n \"routingRuleLinks\": [],\r\n \"securityPolicyLinks\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy4304?api-version=2020-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzNjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NDMwND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy5982?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzOTc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NTk4Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e8c4829a-ae3c-4503-bccc-b6afa7a3e669" + "c8015398-8cf8-4f00-b520-ad248dee1f86" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.FrontDoor.FrontDoorManagementClient/3.0.0.0" ] }, @@ -255,10 +255,10 @@ "no-cache" ], "x-ms-request-id": [ - "08219c28-2ca7-4058-83c8-2d19e4315949" + "e05754f7-e501-41d4-91d4-89f226637744" ], "x-ms-client-request-id": [ - "e8c4829a-ae3c-4503-bccc-b6afa7a3e669" + "c8015398-8cf8-4f00-b520-ad248dee1f86" ], "OData-Version": [ "4.0" @@ -267,7 +267,7 @@ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -279,19 +279,19 @@ "11999" ], "x-ms-correlation-request-id": [ - "56543eed-7bfd-4ffa-a913-2a6a9d912629" + "ab301630-fcdd-4ab2-a771-f3c69b1509e6" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202805Z:56543eed-7bfd-4ffa-a913-2a6a9d912629" + "WESTCENTRALUS:20210126T033429Z:ab301630-fcdd-4ab2-a771-f3c69b1509e6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:05 GMT" + "Tue, 26 Jan 2021 03:34:28 GMT" ], "Content-Length": [ - "2192" + "2332" ], "Content-Type": [ "application/json; odata.metadata=minimal; odata.streaming=true" @@ -300,25 +300,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"policy4304\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/frontdoorwebapplicationfirewallpolicies/policy4304\",\r\n \"type\": \"Microsoft.Network/frontdoorwebapplicationfirewallpolicies\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"Global\",\r\n \"properties\": {\r\n \"resourceState\": \"Enabled\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"enabledState\": \"Enabled\",\r\n \"priority\": 1,\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"frontendEndpointLinks\": [],\r\n \"routingRuleLinks\": []\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"policy5982\",\r\n \"id\": \"/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/frontdoorwebapplicationfirewallpolicies/policy5982\",\r\n \"type\": \"Microsoft.Network/frontdoorwebapplicationfirewallpolicies\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"location\": \"Global\",\r\n \"sku\": {\r\n \"name\": \"Classic_AzureFrontDoor\"\r\n },\r\n \"properties\": {\r\n \"resourceState\": \"Enabled\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"policySettings\": {\r\n \"enabledState\": \"Enabled\",\r\n \"mode\": \"Prevention\",\r\n \"redirectUrl\": \"http://www.bing.com\",\r\n \"customBlockResponseStatusCode\": 403,\r\n \"customBlockResponseBody\": \"PGh0bWw+SGVsbG88L2h0bWw+\",\r\n \"requestBodyCheck\": \"Disabled\"\r\n },\r\n \"customRules\": {\r\n \"rules\": [\r\n {\r\n \"name\": \"rule1\",\r\n \"enabledState\": \"Enabled\",\r\n \"priority\": 1,\r\n \"ruleType\": \"RateLimitRule\",\r\n \"rateLimitDurationInMinutes\": null,\r\n \"rateLimitThreshold\": 1000,\r\n \"matchConditions\": [\r\n {\r\n \"matchVariable\": \"RemoteAddr\",\r\n \"selector\": null,\r\n \"operator\": \"IPMatch\",\r\n \"negateCondition\": false,\r\n \"matchValue\": [\r\n \"192.168.1.0/24\",\r\n \"10.0.0.0/24\"\r\n ],\r\n \"transforms\": []\r\n }\r\n ],\r\n \"action\": \"Block\"\r\n }\r\n ]\r\n },\r\n \"managedRules\": {\r\n \"managedRuleSets\": [\r\n {\r\n \"ruleSetType\": \"DefaultRuleSet\",\r\n \"ruleSetVersion\": \"1.0\",\r\n \"ruleSetAction\": null,\r\n \"ruleGroupOverrides\": [\r\n {\r\n \"ruleGroupName\": \"SQLI\",\r\n \"rules\": [\r\n {\r\n \"ruleId\": \"942100\",\r\n \"enabledState\": \"Disabled\",\r\n \"action\": \"Redirect\",\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"QueryStringArgNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"search\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestHeaderNames\",\r\n \"selectorMatchOperator\": \"Equals\",\r\n \"selector\": \"User-Agent\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"exclusions\": [\r\n {\r\n \"matchVariable\": \"RequestBodyPostArgNames\",\r\n \"selectorMatchOperator\": \"Contains\",\r\n \"selector\": \"query\"\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n \"frontendEndpointLinks\": [],\r\n \"routingRuleLinks\": [],\r\n \"securityPolicyLinks\": []\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy4304?api-version=2020-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzNjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NDMwND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy5982?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzOTc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NTk4Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f3517f8a-6b11-47e2-80f5-215140953ee2" + "bd8ce0bc-e5dc-4338-9d6b-a1b20b6fb9ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.FrontDoor.FrontDoorManagementClient/3.0.0.0" ] }, @@ -333,13 +333,13 @@ "gateway" ], "x-ms-request-id": [ - "455eb154-64ec-44dc-ac0b-2fb48add353f" + "75d9cefb-06c2-487d-825b-620966d066ae" ], "x-ms-correlation-request-id": [ - "455eb154-64ec-44dc-ac0b-2fb48add353f" + "75d9cefb-06c2-487d-825b-620966d066ae" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202808Z:455eb154-64ec-44dc-ac0b-2fb48add353f" + "WESTCENTRALUS:20210126T033433Z:75d9cefb-06c2-487d-825b-620966d066ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -348,7 +348,7 @@ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:07 GMT" + "Tue, 26 Jan 2021 03:34:32 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -360,25 +360,25 @@ "266" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policy4304' under resource group 'FrontDoorResourceGroup3649' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/frontdoorWebApplicationFirewallPolicies/policy5982' under resource group 'FrontDoorResourceGroup3976' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"\r\n }\r\n}", "StatusCode": 404 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3649/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy4304?api-version=2020-04-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzNjQ5L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NDMwND9hcGktdmVyc2lvbj0yMDIwLTA0LTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourceGroups/FrontDoorResourceGroup3976/providers/Microsoft.Network/FrontDoorWebApplicationFirewallPolicies/policy5982?api-version=2020-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlR3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzOTc2L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9Gcm9udERvb3JXZWJBcHBsaWNhdGlvbkZpcmV3YWxsUG9saWNpZXMvcG9saWN5NTk4Mj9hcGktdmVyc2lvbj0yMDIwLTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d7ecc764-7580-4865-9aba-8488040f44f1" + "4df2796b-0ae2-4309-b3dd-d7948a75e2de" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.FrontDoor.FrontDoorManagementClient/3.0.0.0" ] }, @@ -390,16 +390,16 @@ "no-cache" ], "x-ms-request-id": [ - "7fdbc349-f127-4745-aec2-ca5dac9e0d1a" + "d935b421-318d-41d6-badf-a18563d94697" ], "x-ms-client-request-id": [ - "d7ecc764-7580-4865-9aba-8488040f44f1" + "4df2796b-0ae2-4309-b3dd-d7948a75e2de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "Server": [ - "Microsoft-IIS/8.5" + "Microsoft-IIS/10.0" ], "X-AspNet-Version": [ "4.0.30319" @@ -411,16 +411,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "d7065d72-90ec-4e6e-a4fc-0e0c18b86e72" + "5ff95f44-c3cf-4bfe-bd83-bfab49592946" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202808Z:d7065d72-90ec-4e6e-a4fc-0e0c18b86e72" + "WESTCENTRALUS:20210126T033432Z:5ff95f44-c3cf-4bfe-bd83-bfab49592946" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:07 GMT" + "Tue, 26 Jan 2021 03:34:32 GMT" ], "Expires": [ "-1" @@ -430,21 +430,21 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3649?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzNjQ5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/resourcegroups/FrontDoorResourceGroup3976?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL3Jlc291cmNlZ3JvdXBzL0Zyb250RG9vclJlc291cmNlR3JvdXAzOTc2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "38febd06-ddb8-4f34-9b8e-4a8674cb3435" + "faf76879-abb4-42a4-9825-366b57a8faa0" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -456,7 +456,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzY0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzk3Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -465,13 +465,13 @@ "14999" ], "x-ms-request-id": [ - "68e69e05-27aa-429e-9b17-7cc7c27cc7ce" + "6b7e1e5f-7055-4876-9963-b9e83b76d99a" ], "x-ms-correlation-request-id": [ - "68e69e05-27aa-429e-9b17-7cc7c27cc7ce" + "6b7e1e5f-7055-4876-9963-b9e83b76d99a" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202808Z:68e69e05-27aa-429e-9b17-7cc7c27cc7ce" + "WESTCENTRALUS:20210126T033433Z:6b7e1e5f-7055-4876-9963-b9e83b76d99a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -480,7 +480,7 @@ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:08 GMT" + "Tue, 26 Jan 2021 03:34:33 GMT" ], "Expires": [ "-1" @@ -493,15 +493,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzY0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16WTBPUzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzk3Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16azNOaTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -513,7 +513,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzY0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzk3Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -522,13 +522,13 @@ "11999" ], "x-ms-request-id": [ - "c6863f2b-55b6-4ea6-8789-b7e32181423d" + "6e8d5ffd-ffc3-4397-b94a-28bc875d0f89" ], "x-ms-correlation-request-id": [ - "c6863f2b-55b6-4ea6-8789-b7e32181423d" + "6e8d5ffd-ffc3-4397-b94a-28bc875d0f89" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202823Z:c6863f2b-55b6-4ea6-8789-b7e32181423d" + "WESTCENTRALUS:20210126T033448Z:6e8d5ffd-ffc3-4397-b94a-28bc875d0f89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -537,7 +537,7 @@ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:23 GMT" + "Tue, 26 Jan 2021 03:34:48 GMT" ], "Expires": [ "-1" @@ -550,15 +550,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzY0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16WTBPUzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzk3Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16azNOaTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -570,7 +570,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzY0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzk3Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -579,13 +579,13 @@ "11998" ], "x-ms-request-id": [ - "40152ca8-e55f-4194-9290-9e81ca0050d2" + "df755477-1542-4245-9b6b-ee9880fc052c" ], "x-ms-correlation-request-id": [ - "40152ca8-e55f-4194-9290-9e81ca0050d2" + "df755477-1542-4245-9b6b-ee9880fc052c" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202838Z:40152ca8-e55f-4194-9290-9e81ca0050d2" + "WESTCENTRALUS:20210126T033504Z:df755477-1542-4245-9b6b-ee9880fc052c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -594,7 +594,7 @@ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:38 GMT" + "Tue, 26 Jan 2021 03:35:03 GMT" ], "Expires": [ "-1" @@ -607,15 +607,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzY0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16WTBPUzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzk3Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16azNOaTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -630,13 +630,13 @@ "11997" ], "x-ms-request-id": [ - "5ae20cb3-1d34-4fc5-8e02-e499967ba6b4" + "4353034e-d20b-4764-9c2c-745d16d21bab" ], "x-ms-correlation-request-id": [ - "5ae20cb3-1d34-4fc5-8e02-e499967ba6b4" + "4353034e-d20b-4764-9c2c-745d16d21bab" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202854Z:5ae20cb3-1d34-4fc5-8e02-e499967ba6b4" + "WESTCENTRALUS:20210126T033519Z:4353034e-d20b-4764-9c2c-745d16d21bab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -645,7 +645,7 @@ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:53 GMT" + "Tue, 26 Jan 2021 03:35:18 GMT" ], "Expires": [ "-1" @@ -658,15 +658,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzY0OS1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16WTBPUzFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/47f4bc68-6fe4-43a2-be8b-dfd0e290efa2/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1GUk9OVERPT1JSRVNPVVJDRUdST1VQMzk3Ni1XRVNUVVMiLCJqb2JMb2NhdGlvbiI6Indlc3R1cyJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDdmNGJjNjgtNmZlNC00M2EyLWJlOGItZGZkMGUyOTBlZmEyL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFHVWs5T1ZFUlBUMUpTUlZOUFZWSkRSVWRTVDFWUU16azNOaTFYUlZOVVZWTWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluZGxjM1IxY3lKOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.28928.01", + "FxVersion/4.6.29518.01", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", + "OSVersion/Microsoft.Windows.10.0.14393.", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, @@ -681,13 +681,13 @@ "11996" ], "x-ms-request-id": [ - "9094f3ba-ebb7-4811-94ae-a402cf725d91" + "f24c3132-165d-4fa6-be18-49af500c7256" ], "x-ms-correlation-request-id": [ - "9094f3ba-ebb7-4811-94ae-a402cf725d91" + "f24c3132-165d-4fa6-be18-49af500c7256" ], "x-ms-routing-request-id": [ - "WESTUS2:20200706T202854Z:9094f3ba-ebb7-4811-94ae-a402cf725d91" + "WESTCENTRALUS:20210126T033519Z:f24c3132-165d-4fa6-be18-49af500c7256" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -696,7 +696,7 @@ "nosniff" ], "Date": [ - "Mon, 06 Jul 2020 20:28:53 GMT" + "Tue, 26 Jan 2021 03:35:19 GMT" ], "Expires": [ "-1" @@ -711,10 +711,10 @@ ], "Names": { "CreateResourceGroup": [ - "FrontDoorResourceGroup3649" + "FrontDoorResourceGroup3976" ], "WAFCRUDTest": [ - "policy4304" + "policy5982" ] }, "Variables": {