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 documentation for what-if-short-circuiting linter rule #15041

Closed
tsmallig33 opened this issue Sep 10, 2024 · 0 comments
Closed

Add documentation for what-if-short-circuiting linter rule #15041

tsmallig33 opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request Needs: Triage 🔍
Milestone

Comments

@tsmallig33
Copy link
Contributor

Add documentation for what-if-short-circuiting linter rule that checks for runtime values that are used to determine resource IDs from within modules.

PR for v1 of new linter rule: #14910

"what-if-short-circuiting": { "allOf": [ { "description": "Runtime values should not be used to determine resource IDs. Defaults to 'Off'. See https://aka.ms/bicep/linter/what-if-short-circuiting" }, { "$ref": "#/definitions/rule-def-level-off" } ] }

@tsmallig33 tsmallig33 added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 10, 2024
@tsmallig33 tsmallig33 added this to Bicep Sep 10, 2024
@github-project-automation github-project-automation bot moved this to Todo in Bicep Sep 10, 2024
@stephaniezyen stephaniezyen added this to the v0.31 milestone Sep 11, 2024
@mumian mumian moved this from Todo to Done in Bicep Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request Needs: Triage 🔍
Projects
Archived in project
Development

No branches or pull requests

4 participants