question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

az keyvault list does not show newly created key vault

See original GitHub issue

This 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.

  1. Create a new key vault via CLI: az keyvault create -g {rg} -n {vault name}
  2. 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:open
  • Created a year ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mmckechneycommented, Dec 7, 2022

Reopening based on experience of @tylercarper and @rkisliak

0reactions
rkisliakcommented, Dec 14, 2022

Adding Service team to provide pointers on this.

@RandalliLama, @schaabs, @jlichwa Could you please look into this once you get a chance ?

Any luck to check this? 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found