Skip to content

Commit dcd42a7

Browse files
committed
f
1 parent d7255c7 commit dcd42a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pentesting-cloud/azure-security/az-services/az-keyvault.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ However, it's possible to create a vault with **purge protection disabled** whic
7070
az keyvault list
7171
# List Key Vaults in a specific Resource Group
7272
az keyvault list --resource-group <ResourceGroupName>
73+
az keyvault list --query '[].{name:name}' -o tsv # Get just the names
7374
# Show details of a specific Key Vault
7475
az keyvault show --name <KeyVaultName> # If accessPolicies, you can see them here
7576
# List all keys in a Key Vault

0 commit comments

Comments
 (0)