Skip to content

Commit 8ad1498

Browse files
mumianjeskew
andauthored
Update articles/azure-resource-manager/bicep/linter-rule-what-if-short-circuiting.md
Co-authored-by: Jonny Eskew <[email protected]>
1 parent 68fff9f commit 8ad1498

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 (such as name, subscriptionId, resourceGroup, condition, scope, or apiVersion) used to determine resource IDs within modules, and flags potential what-if short-circuiting.
11+
This rule detects when runtime values are passed as parameters to modules, which in turn use them to determine resource IDs (such as when the parameter is used to determine the name, subscriptionId, resourceGroup, condition, scope, or apiVersion of one or more resources within the module) , 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)