File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ ms.date: 07/30/2024
8
8
9
9
# Linter rule - use recent module versions
10
10
11
- This rule looks for old public module versions. It is recommended to use the most recent module versions.
11
+ This rule looks for old [ public module] ( ./modules.md#public-module-registry ) versions. It's best to use the most recent module versions.
12
12
13
13
> [ !NOTE]
14
14
> This rule is off by default, change the level in [ bicepconfig.json] ( ./bicep-config-linter.md ) to enable it.
15
15
16
16
## Linter rule code
17
17
18
- Use the following value in the [ Bicep configuration file] ( bicep-config-linter.md ) to customize rule settings :
18
+ To customize rule settings, use the following value in the [ Bicep configuration file] ( bicep-config-linter.md ) :
19
19
20
20
` use-recent-module-versions `
21
21
You can’t perform that action at this time.
0 commit comments