We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bicep version Bicep CLI version 0.3.126 (a5e4c2e)
Describe the bug When deploying examples/101/azurefirewall-create-with-zones this error is logged:
examples/101/azurefirewall-create-with-zones
(Code: DeploymentFailed) - { "error": { "code": | "LocationRequired", "message": "The location property is required for this definition." } } (Code:BadRequest)
To Reproduce deploy sample from above folder in a resource groups
The text was updated successfully, but these errors were encountered:
fix issue #2311 - add location to firewall resource in examples/101/a…
41f2a7b
…zurefirewall-create-with-zones (#2312) * add location to firewall resource * Update baselines Co-authored-by: Anthony Martin <[email protected]>
PR fixed the problem
Sorry, something went wrong.
No branches or pull requests
Bicep version
Bicep CLI version 0.3.126 (a5e4c2e)
Describe the bug
When deploying
examples/101/azurefirewall-create-with-zones
this error is logged:To Reproduce
deploy sample from above folder in a resource groups
The text was updated successfully, but these errors were encountered: