-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az keyvault show
doesn't work on Ubuntu: ModuleNotFoundError: No module named 'azure.keyvault.v7_0'
#13101
Comments
I reinstalled azure cli from the script instead of apt, and now it works, probably some issue with the older version still in apt. az version now gives: |
Ubuntu 20.04 - still have this issue with Azure Cli from apt-get - it does install old ones Fix with curl -L https://aka.ms/InstallAzureCli | bash ( from https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest ) does help, after I got: |
Good point, maybe I should keep this issue open until the version in the apt repositories is updated, thanks for the heads-up. |
@bim-msft please take a look |
@fengzhou-msft Hi, seems |
Waiting for apt repositories to be updated. Move this issue into the backlog. |
Just a curious about any estimations for repos being updated |
Please follow #14011 (comment) for the fix. |
az keyvault show
doesn't work on Ubuntu: ModuleNotFoundError: No module named 'azure.keyvault.v7_0'
This is bug in the unofficial Azure CLI delivered by Ubuntu's repo. Please see #19640 and install the official Azure CLI from Microsoft Linux Repo. |
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az keyvault secret show
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az keyvault secret show --name {} --vault-name {} --output {} --query {}
Expected Behavior
getting the requested secret instead of an error
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: