-
Notifications
You must be signed in to change notification settings - Fork 196
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
Conversation
|
||
var _ extensions.ErrorClassifier = &BastionHostExtension{} | ||
|
||
func (extension *BastionHostExtension) ClassifyError( |
There was a problem hiding this comment.
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.
/ok-to-test sha=5f577bc |
5f577bc
to
c829bf6
Compare
/ok-to-test sha=c829bf6 |
1 similar comment
/ok-to-test sha=c829bf6 |
@@ -0,0 +1,31 @@ | |||
apiVersion: network.azure.com/v1api20240101 | |||
kind: WebApplicationFirewallPolicy |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Closes #4119.
If applicable: