Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ApplicationGatewayWebApplicationFirewallPolicies #4238

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

matthchr
Copy link
Member

@matthchr matthchr commented Sep 3, 2024

Closes #4119.

If applicable:

  • this PR contains documentation
  • this PR contains tests
  • this PR contains YAML Samples


var _ extensions.ErrorClassifier = &BastionHostExtension{}

func (extension *BastionHostExtension) ClassifyError(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found these during recording, so just fixed inline.

@matthchr
Copy link
Member Author

matthchr commented Sep 3, 2024

/ok-to-test sha=5f577bc

@matthchr
Copy link
Member Author

matthchr commented Sep 3, 2024

/ok-to-test sha=c829bf6

1 similar comment
@matthchr
Copy link
Member Author

matthchr commented Sep 3, 2024

/ok-to-test sha=c829bf6

@@ -0,0 +1,31 @@
apiVersion: network.azure.com/v1api20240101
kind: WebApplicationFirewallPolicy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a weird place for this resource sample, my plan is to create new versions of all of the networking resources and then I'll move this sample to a 2024 folder

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do that in a separate PR though

@matthchr matthchr added this pull request to the merge queue Sep 5, 2024
Merged via the queue into Azure:main with commit 4703602 Sep 5, 2024
8 checks passed
@matthchr matthchr deleted the feature/app-gateway-wafp branch September 5, 2024 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Feature: Support Microsoft.Network/ApplicationGatewayWebApplicationFirewallPolicies
2 participants