Skip to content

Commit 68fff9f

Browse files
committed
incorporate comments
1 parent a1455f7 commit 68fff9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/linter-rule-what-if-short-circuiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 09/19/2024
88

99
# Linter rule - what-if short circuiting
1010

11-
This rule detects runtime values used to determine resource IDs within modules and flags potential what-if short-circuiting.
11+
This rule detects runtime values (such as name, subscriptionId, resourceGroup, condition, scope, or apiVersion) used to determine resource IDs within modules, and flags potential what-if short-circuiting.
1212

1313
> [!NOTE]
1414
> This rule is off by default, change the level in [bicepconfig.json](./bicep-config-linter.md) to enable it.

0 commit comments

Comments
 (0)