You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KeyVault/KeyVault/help/Get-AzKeyVaultKey.md
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
9
9
# Get-AzKeyVaultKey
10
10
11
11
## SYNOPSIS
12
-
Gets Key Vault keys.
12
+
Gets Key Vault keys. Please notes that detailed information about a key, like key type or key size, only available when querying a key in a certain version.
13
13
14
14
## SYNTAX
15
15
@@ -131,7 +131,7 @@ This cmdlet gets a specific **Microsoft.Azure.Commands.KeyVault.Models.KeyBundle
131
131
```powershell
132
132
PS C:\> Get-AzKeyVaultKey -VaultName 'contoso'
133
133
134
-
Vault Name : contoso
134
+
Vault/HSM Name : contoso
135
135
Name : test1
136
136
Version :
137
137
Id : https://contoso.vault.azure.net:443/keys/test1
@@ -162,8 +162,10 @@ This command gets all the keys in the key vault named Contoso.
0 commit comments