Skip to content

Commit 7fbfc98

Browse files
Merge pull request #124130 from picccard/fix-example-bicepconfig
Fixed json example in bicep-config-linter.md
2 parents 7f8931c + e582cc3 commit 7fbfc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/bicep-config-linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The following example shows the rules that are available for configuration.
116116
"maxAllowedAgeInDays": 730
117117
},
118118
"use-recent-module-versions": {
119-
"level": "warning",
119+
"level": "warning"
120120
},
121121
"use-resource-id-functions": {
122122
"level": "warning"

0 commit comments

Comments
 (0)