You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: creating Firewall Policy "fwpolicy-westeurope" (Resource Group "rg-virtualwan"): network.FirewallPoliciesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="FirewallPolicyDeprecatedRequireProxyForNetworkRules" Message="RequireProxyForNetworkRules ( DNS Settings' Property) in Firewall Policy /subscriptions/XXXXXX/resourceGroups/rg-virtualwan/providers/Microsoft.Network/firewallPolicies/fwpolicy is deprecated for all the API Versions. Please remove the property and try again."
Steps to Reproduce
Try to create any firewall policy with dns block defined. It defaults to false for network_rule_fqdn_enabled which also produces same error message.
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked as resolved and limited conversation to collaborators
Dec 19, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_firewall_policy
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
Enabling dns settings on firewall policy
Actual Behaviour
Error: creating Firewall Policy "fwpolicy-westeurope" (Resource Group "rg-virtualwan"): network.FirewallPoliciesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="FirewallPolicyDeprecatedRequireProxyForNetworkRules" Message="RequireProxyForNetworkRules ( DNS Settings' Property) in Firewall Policy /subscriptions/XXXXXX/resourceGroups/rg-virtualwan/providers/Microsoft.Network/firewallPolicies/fwpolicy is deprecated for all the API Versions. Please remove the property and try again."
Steps to Reproduce
Try to create any firewall policy with dns block defined. It defaults to false for
network_rule_fqdn_enabled
which also produces same error message.Important Factoids
References
The text was updated successfully, but these errors were encountered: