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

Document new use-recent-module-versions rule #14311

Closed
StephenWeatherford opened this issue Jun 12, 2024 · 5 comments
Closed

Document new use-recent-module-versions rule #14311

StephenWeatherford opened this issue Jun 12, 2024 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@StephenWeatherford
Copy link
Contributor

StephenWeatherford commented Jun 12, 2024

... when #14309 is merged.

@github-project-automation github-project-automation bot moved this to Todo in Bicep Jun 12, 2024
@StephenWeatherford StephenWeatherford added this to the v0.29 milestone Jun 12, 2024
@stephaniezyen stephaniezyen added the documentation Improvements or additions to documentation label Jun 26, 2024
@alex-frankel alex-frankel modified the milestones: v0.29, v0.30 Jul 17, 2024
@mumian
Copy link
Contributor

mumian commented Jul 19, 2024

@StephenWeatherford - has this linter rule been released? I am not able to trigger it with the following code:

module storage 'br/public:avm/res/storage/storage-account:0.5.0' = {
name: 'myStorage'
params: {
name: 'store${resourceGroup().name}'
}
}

@mumian mumian moved this from Todo to In Progress in Bicep Jul 19, 2024
@mumian mumian moved this from In Progress to In Review in Bicep Jul 31, 2024
@StephenWeatherford
Copy link
Contributor Author

The rule is off by default

@StephenWeatherford
Copy link
Contributor Author

@StephenWeatherford StephenWeatherford self-assigned this Aug 13, 2024
@stephaniezyen stephaniezyen moved this from In Review to Done in Bicep Aug 14, 2024
@StephenWeatherford
Copy link
Contributor Author

linter-rule-use-recent-module-versions.md

@StephenWeatherford StephenWeatherford moved this from Done to In Review in Bicep Aug 27, 2024
@StephenWeatherford
Copy link
Contributor Author

@github-project-automation github-project-automation bot moved this from In Review to Done in Bicep Aug 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
Projects
Archived in project
Development

No branches or pull requests

4 participants