Brian Moore
Brian Moore
# PR Checklist Check these items before submitting a PR... [Contribution Guide](https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/README.md) [Best Practice Guide](https://github.com/Azure/azure-quickstart-templates/blob/master/1-CONTRIBUTION-GUIDE/best-practices.md) - [X] - Please check this box once you've submitted the PR if you've read...
Decompile will create vars/params/resources with an "appendix" on the name if they are ambiguous. So you can end up with things like ```accountName_var``` or ```virtualNetwork_resource``` which are a bit inelegant...
**Bicep version** 0.8.9 **Describe the bug** the linter rule for hardcoded uri's is flagging things in @description() for params - we should ignore params, (Allowed, defaults, etc) **To Reproduce** Put...