Skip to content

Commit 4cf5ba0

Browse files
author
SDKAuto
committed
CodeGen from PR 34447 in Azure/azure-rest-api-specs
Merge 7886ed738e7b5343e7642ea521432768520ff4f2 into 5802c95
1 parent 23ebea4 commit 4cf5ba0

18 files changed

+92
-50
lines changed

sdk/frontdoor/Azure.ResourceManager.FrontDoor/api/Azure.ResourceManager.FrontDoor.net8.0.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
12831283
public partial class FrontDoorWebApplicationFirewallPolicySettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>
12841284
{
12851285
public FrontDoorWebApplicationFirewallPolicySettings() { }
1286+
public int? CaptchaExpirationInMinutes { get { throw null; } set { } }
12861287
public string CustomBlockResponseBody { get { throw null; } set { } }
12871288
public int? CustomBlockResponseStatusCode { get { throw null; } set { } }
12881289
public Azure.ResourceManager.FrontDoor.Models.PolicyEnabledState? EnabledState { get { throw null; } set { } }
@@ -1759,6 +1760,7 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
17591760
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Allow { get { throw null; } }
17601761
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType AnomalyScoring { get { throw null; } }
17611762
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Block { get { throw null; } }
1763+
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Captcha { get { throw null; } }
17621764
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType JSChallenge { get { throw null; } }
17631765
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Log { get { throw null; } }
17641766
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Redirect { get { throw null; } }
@@ -2087,6 +2089,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
20872089
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator LessThan { get { throw null; } }
20882090
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator LessThanOrEqual { get { throw null; } }
20892091
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator RegEX { get { throw null; } }
2092+
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator ServiceTagMatch { get { throw null; } }
20902093
public bool Equals(Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator other) { throw null; }
20912094
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
20922095
public override bool Equals(object obj) { throw null; }

sdk/frontdoor/Azure.ResourceManager.FrontDoor/api/Azure.ResourceManager.FrontDoor.netstandard2.0.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
12831283
public partial class FrontDoorWebApplicationFirewallPolicySettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>
12841284
{
12851285
public FrontDoorWebApplicationFirewallPolicySettings() { }
1286+
public int? CaptchaExpirationInMinutes { get { throw null; } set { } }
12861287
public string CustomBlockResponseBody { get { throw null; } set { } }
12871288
public int? CustomBlockResponseStatusCode { get { throw null; } set { } }
12881289
public Azure.ResourceManager.FrontDoor.Models.PolicyEnabledState? EnabledState { get { throw null; } set { } }
@@ -1759,6 +1760,7 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
17591760
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Allow { get { throw null; } }
17601761
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType AnomalyScoring { get { throw null; } }
17611762
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Block { get { throw null; } }
1763+
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Captcha { get { throw null; } }
17621764
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType JSChallenge { get { throw null; } }
17631765
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Log { get { throw null; } }
17641766
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Redirect { get { throw null; } }
@@ -2087,6 +2089,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
20872089
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator LessThan { get { throw null; } }
20882090
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator LessThanOrEqual { get { throw null; } }
20892091
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator RegEX { get { throw null; } }
2092+
public static Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator ServiceTagMatch { get { throw null; } }
20902093
public bool Equals(Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchOperator other) { throw null; }
20912094
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
20922095
public override bool Equals(object obj) { throw null; }

sdk/frontdoor/Azure.ResourceManager.FrontDoor/src/Generated/Extensions/FrontDoorExtensions.cs

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/frontdoor/Azure.ResourceManager.FrontDoor/src/Generated/Extensions/MockableFrontDoorResourceGroupResource.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/frontdoor/Azure.ResourceManager.FrontDoor/src/Generated/Extensions/MockableFrontDoorSubscriptionResource.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/frontdoor/Azure.ResourceManager.FrontDoor/src/Generated/FrontDoorWebApplicationFirewallPolicyCollection.cs

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/frontdoor/Azure.ResourceManager.FrontDoor/src/Generated/FrontDoorWebApplicationFirewallPolicyResource.cs

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/frontdoor/Azure.ResourceManager.FrontDoor/src/Generated/Models/FrontDoorWebApplicationFirewallPolicySettings.Serialization.cs

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)