Skip to content

Commit 923f766

Browse files
authored
Merge pull request #96557 from Adeelku/patch-2
Fix typo
2 parents 55e99de + 0d1657e commit 923f766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-stable-resource-identifier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 07/21/2022
77

88
# Linter rule - use stable resource identifier
99

10-
Resource name shouldn't use a non-deterministic value. For example, [`newGuid()`](./bicep-functions-string.md#newguid) or [`utcNow()`](./bicep-functions-date.md#utcnow) can't be used in resource name; resource name can't contains a parameter/variable whose default value uses [`newGuid()`](./bicep-functions-string.md#newguid) or [`utcNow()`](./bicep-functions-date.md#utcnow).
10+
Resource name shouldn't use a non-deterministic value. For example, [`newGuid()`](./bicep-functions-string.md#newguid) or [`utcNow()`](./bicep-functions-date.md#utcnow) can't be used in resource name; resource name can't contain a parameter/variable whose default value uses [`newGuid()`](./bicep-functions-string.md#newguid) or [`utcNow()`](./bicep-functions-date.md#utcnow).
1111

1212
## Linter rule code
1313

@@ -55,4 +55,4 @@ resource sa 'Microsoft.Storage/storageAccounts@2021-09-01' = {
5555

5656
## Next steps
5757

58-
For more information about the linter, see [Use Bicep linter](./linter.md).
58+
For more information about the linter, see [Use Bicep linter](./linter.md).

0 commit comments

Comments
 (0)