Skip to content

Commit 211a3e2

Browse files
authored
Update key-vault-overview-storage-keys-powershell.md
1 parent ae8b23a commit 211a3e2

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)