Skip to content

Commit 076c64a

Browse files
Merge pull request #107312 from tonynator/patch-1
Fix missing comma in Bicep linter configuration file
2 parents af25147 + 5d3c9b1 commit 076c64a

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
@@ -91,7 +91,7 @@ The following example shows the rules that are available for configuration.
9191
},
9292
"simplify-json-null": {
9393
"level": "warning"
94-
}
94+
},
9595
"use-parent-property": {
9696
"level": "warning"
9797
},

0 commit comments

Comments
 (0)