Skip to content

Commit 59f513a

Browse files
committed
update
1 parent 09706df commit 59f513a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/linter-rule-artifacts-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This rule verifies the artifacts parameters are defined correctly. The following
1414
- If `_artifactsLocation` has a default value, it must be either `'[deployment().properties.templateLink.uri]'` or a raw URL for its default value.
1515
- `_artifactsLocationSasToken` must be a secure string.
1616
- If `_artifactsLocationSasToken` has a default value, it must be an empty string
17-
- When referencing a module, if that module has an `_artifactsLocation` or `_artifactsLocationSasToken` parameter, a value must be passed in for those parameters, even if they have default values in the module.
17+
- If referenced module has an `_artifactsLocation` or `_artifactsLocationSasToken` parameter, a value must be passed in for those parameters, even if they have default values in the module.
1818

1919
## Linter rule code
2020

0 commit comments

Comments
 (0)