Skip to content

Commit 879290e

Browse files
authored
Update rule name to match schema in Azure/bicep repository
Rule name in document does not match current schema for bicepconfig in Azure/bicep repository Azure/bicep@c7ce978/src/vscode-bicep/schemas/bicepconfig.schema.json If using the name in the current docs you get a warning / error in VS Code when trying to use it
1 parent 78ed75e commit 879290e

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
@@ -51,7 +51,7 @@ The following example shows the rules that are available for configuration.
5151
"simplify-interpolation": {
5252
"level": "warning"
5353
},
54-
"use-protectedsettings-for-commandtoexecute-secrets": {
54+
"protect-commandtoexecute-secrets": {
5555
"level": "warning"
5656
},
5757
"use-stable-vm-image": {

0 commit comments

Comments
 (0)