Skip to content

Commit 67bfcec

Browse files
committed
Update a linter rule default value
1 parent 397d799 commit 67bfcec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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
@@ -119,7 +119,7 @@ The following example shows the rules that are available for configuration.
119119
"level": "warning"
120120
},
121121
"use-resource-id-functions": {
122-
"level": "warning"
122+
"level": "off"
123123
},
124124
"use-resource-symbol-reference": {
125125
"level": "warning"

articles/azure-resource-manager/bicep/linter-rule-use-resource-id-functions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - use resource ID functions
33
description: Linter rule - use resource ID functions
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 02/12/2025
6+
ms.date: 04/23/2025
77
---
88

99
# Linter rule - use resource ID functions
@@ -20,6 +20,9 @@ The allowed functions include:
2020
- [`subscription`](./bicep-functions-scope.md#subscription)
2121
- [`guid`](./bicep-functions-string.md#guid)
2222

23+
> [!NOTE]
24+
> This rule is off by default. Change the level in [bicepconfig.json](./bicep-config-linter.md) to enable it.
25+
2326
## Linter rule code
2427

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

0 commit comments

Comments
 (0)