This repository contains the Azure Landing Zones (ALZ) Bicep modules that help deliver and deploy the Azure Landing Zone conceptual architecture in a modular approach. https://aka.ms/alz/docs
If the rules should be error/warning/off...etc. might be changed...
This could potentially be a breaking change.
This PR fixes/adds/changes/removes
Adds more linter rules with default level from the example on ms-docs
Breaking Changes
Could potentially break deployments of customer custom-module
~Could potentially break deployments of internal bicep files~
No error on any .bicep in ALZ-Bicep repo found, fixes for new warnings in #827
Testing Evidence
Linter in VSCode reports no errors. Warnings is fixed in PR #827
As part of this Pull Request I have
[x] Read the Contribution Guide and ensured this PR is compliant with the guide
[ ] Ensured the resource API versions in .bicep file/s I am adding/editing are using the latest API version possible
Overview/Summary
Newer bicep releases adds more linter rules. This PR adds the missing rules from the example linter-config.
If the rules should be error/warning/off...etc. might be changed...
This could potentially be a breaking change.
This PR fixes/adds/changes/removes
Breaking Changes
Could potentially break deployments of customer custom-module ~Could potentially break deployments of internal bicep files~ No error on any .bicep in ALZ-Bicep repo found, fixes for new warnings in #827
Testing Evidence
Linter in VSCode reports no errors. Warnings is fixed in PR #827
As part of this Pull Request I have
.bicep
file/s I am adding/editing are using the latest API version possiblemain
branch