az keyvault list does not show newly created key vault
See original GitHub issueThis is autogenerated. Please review and update as needed.
Describe the bug
az keyvault list does not show newly created key vault
Command Name
az keyvault list
Errors: empty list when the key vault should be listed
[]
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Create a new key vault via CLI:
az keyvault create -g {rg} -n {vault name}
- List key vaults in the resource group:
az keyvault list -g {rg}
This gives an empty result: []
However, show
does work and give the details of the key vault:
az keyvault show -g {rg} -n {vault name}
Expected Behavior
Key vault information should be shown
Environment Summary
Windows-10-10.0.22000-SP0
Python 3.10.5
Installer: MSI
azure-cli 2.38.0 *
Extensions:
aks-preview 0.5.91
containerapp 0.3.7
storage-preview 0.8.3
Dependencies:
msal 1.18.0b1
azure-mgmt-resource 21.1.0b1
Additional Context
Issue Analytics
- State:
- Created a year ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Azure CLI not showing all keyvault vaults - Stack Overflow
The CLI command I am using is : 'az keyvault list' I have compared the individual policies applied in two vaults, and have...
Read more >az keyvault | Microsoft Learn
Lists the certificate contacts for a specified key vault. az keyvault ... Create a secret (if one doesn't exist) or update a secret...
Read more >Use Key Vaults to Store App Service Application Secrets
Enable working with secrets from the Azure Key Vaults within your App Service applications without requiring any code changes. Azure Key Vault is...
Read more >Using secrets from Azure Key Vault in a pipeline
Why can't I script the entire thing? It should be: - az login - az command to create keyvault - az command to...
Read more >Setting Key Vault secrets through the Azure CLI - TomSSL
Not only that, we won't need to change any of our existing code, ... az keyvault create -n tomssl-test-kv -g tomssl-key-vault-demo -l ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reopening based on experience of @tylercarper and @rkisliak
Any luck to check this? 😃