Skip to content

Commit 6b636cc

Browse files
author
SDKAuto
committed
CodeGen from PR 34016 in Azure/azure-rest-api-specs
Merge cf259ae6b4e0fb91e2f850d945919e343a6bd93f into dc2b7baf6b8845d955f83c16800522f60e343149
1 parent f26d102 commit 6b636cc

18 files changed

+87
-85
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
12771277
public partial class FrontDoorWebApplicationFirewallPolicySettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>
12781278
{
12791279
public FrontDoorWebApplicationFirewallPolicySettings() { }
1280+
public int? CaptchaExpirationInMinutes { get { throw null; } set { } }
12801281
public string CustomBlockResponseBody { get { throw null; } set { } }
12811282
public int? CustomBlockResponseStatusCode { get { throw null; } set { } }
12821283
public Azure.ResourceManager.FrontDoor.Models.PolicyEnabledState? EnabledState { get { throw null; } set { } }
@@ -1753,6 +1754,7 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
17531754
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Allow { get { throw null; } }
17541755
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType AnomalyScoring { get { throw null; } }
17551756
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Block { get { throw null; } }
1757+
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Captcha { get { throw null; } }
17561758
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType JSChallenge { get { throw null; } }
17571759
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Log { get { throw null; } }
17581760
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Redirect { get { throw null; } }

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,7 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
12771277
public partial class FrontDoorWebApplicationFirewallPolicySettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.FrontDoorWebApplicationFirewallPolicySettings>
12781278
{
12791279
public FrontDoorWebApplicationFirewallPolicySettings() { }
1280+
public int? CaptchaExpirationInMinutes { get { throw null; } set { } }
12801281
public string CustomBlockResponseBody { get { throw null; } set { } }
12811282
public int? CustomBlockResponseStatusCode { get { throw null; } set { } }
12821283
public Azure.ResourceManager.FrontDoor.Models.PolicyEnabledState? EnabledState { get { throw null; } set { } }
@@ -1753,6 +1754,7 @@ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter write
17531754
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Allow { get { throw null; } }
17541755
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType AnomalyScoring { get { throw null; } }
17551756
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Block { get { throw null; } }
1757+
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Captcha { get { throw null; } }
17561758
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType JSChallenge { get { throw null; } }
17571759
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Log { get { throw null; } }
17581760
public static Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType Redirect { get { throw null; } }

sdk/frontdoor/Azure.ResourceManager.FrontDoor/samples/Generated/Samples/Sample_FrontDoorWebApplicationFirewallPolicyCollection.cs

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

sdk/frontdoor/Azure.ResourceManager.FrontDoor/samples/Generated/Samples/Sample_FrontDoorWebApplicationFirewallPolicyResource.cs

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

sdk/frontdoor/Azure.ResourceManager.FrontDoor/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.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/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.

0 commit comments

Comments
 (0)