Skip to content

Commit 632943c

Browse files
authored
Merge pull request #97373 from DarqueWarrior/patch-1
Update linter-rule-outputs-should-not-contain-secrets.md
2 parents 667ef84 + 26e8a1c commit 632943c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/linter-rule-outputs-should-not-contain-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following example shows a secure pattern for retrieving a storageAccount key
5858
output storageId string = stg.id
5959
```
6060

61-
Which can be used in a subsequent deployment as sown in the following example
61+
Which can be used in a subsequent deployment as shown in the following example
6262

6363
```bicep
6464
someProperty: listKeys(myStorageModule.outputs.storageId.value, '2021-09-01').keys[0].value

0 commit comments

Comments
 (0)