Skip to content

Commit 63a7f42

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 https://github.com/Azure/bicep/blob/c7ce9784bf5a59ea1f2236cb6ab5e1878626769d/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 63a7f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-protectedsettings-for-commandtoexecute-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This rule finds possible exposure of secrets in the settings property of a custo
1313

1414
Use the following value in the [Bicep configuration file](bicep-config-linter.md) to customize rule settings:
1515

16-
`use-protectedsettings-for-commandtoexecute-secrets`
16+
`protect-commandtoexecute-secrets`
1717

1818
## Solution
1919

@@ -75,4 +75,4 @@ resource customScriptExtension 'Microsoft.HybridCompute/machines/extensions@2019
7575
}
7676
}
7777
}
78-
```
78+
```

0 commit comments

Comments
 (0)