Skip to content

Commit 90c61e4

Browse files
authored
Merge pull request #42691 from jiasli/patch-3
Fix incorrect parameter name
2 parents 865879d + 211a3e2 commit 90c61e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/key-vault-overview-storage-keys-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ You can verify that the shared access signature definition has been stored in yo
234234
First, find the shared access signature definition in your key vault.
235235

236236
```azurepowershell-interactive
237-
Get-AzKeyVaultSecret -vault-name <YourKeyVaultName>
237+
Get-AzKeyVaultSecret -VaultName <YourKeyVaultName>
238238
```
239239

240240
The secret corresponding to your SAS definition will have these properties:

0 commit comments

Comments
 (0)