Skip to content

Commit a1455f7

Browse files
committed
update
1 parent a578630 commit a1455f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ Use the following value in the [Bicep configuration file](bicep-config-linter.md
2121

2222
## Solution
2323

24-
This rule checks for runtime values that are used to determine resource IDs from within modules. It lets you know if your Bicep file will cuase what-if short circuiting. In the following example, **appServiceOutputs** and **appServiceTests** would both be flagged for what-if short circuiting becasue they pass runtime values as a parameter to the module which uses that when naming the resource:
25-
26-
This rule checks for runtime values used to determine resource IDs within modules. It alerts you if your Bicep file could cause what-if short-circuiting. In the example below, **appServiceOutputs** and **appServiceTests** would be flagged for what-if short-circuiting because they pass runtime values as parameters to the module, which uses them when naming the resource:
24+
This rule checks for runtime values used to determine resource IDs within modules. It alerts you if your Bicep code could cause what-if short-circuiting. In the example below, **appServiceOutputs** and **appServiceTests** would be flagged for what-if short-circuiting because they pass runtime values as parameters to the module, which uses them when naming the resource:
2725

2826
**main.bicep**
2927

0 commit comments

Comments
 (0)