Skip to content
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 consistency checks to template files #19

Open
poveden opened this issue Nov 7, 2019 · 0 comments
Open

Add consistency checks to template files #19

poveden opened this issue Nov 7, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@poveden
Copy link
Contributor

poveden commented Nov 7, 2019

Summary

Currently the tool will blindly merge the files without checking if parameters or variables are being declared or consumed within the individual templates or the final merged template. Although the merged file may be consistent, individual template files should be standalone.

Desired solution

  • Warn when parameters or variables
    • are being declared but not used
    • are being used but not declared
  • Check both individual template files and the merged file

Additional Context

The Azure Resource Manager (ARM) Tools Visual Studio Code plugin does a pretty good job at highlighting these issues.

@poveden poveden self-assigned this Nov 7, 2019
@poveden poveden added the enhancement New feature or request label Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant