- Package Name: azure-keyvault-secrets
- Package Version: 4.9.0
- Operating System: Linux (openSUSE Tumbleweed)
- Python Version: 3.11.10
Describe the bug
Since the last update of azure-keyvault-secrets the az keyvault secret commands fail with the error
Session.request() got an unexpected keyword argument 'enable_cae'
To Reproduce
Steps to reproduce the behavior:
- Example command which fails:
az keyvault secret list --vault-name myvault
- Also:
az keyvault secret show --vault-name myvault --name mysecret --query value -o tsv
Expected behavior
Command runs successfully.
Screenshots
I'll post a debug log as an additional comment, to keep this descripton readable.
Additional context
Commands az keyvault list run successfully.
Command az keyvault certificate list --vault-name myvault also fails with the same error (azure-keyvault-certificates==4.9.0).
Maybe there are more, I can test others as well if needed.
Describe the bug
Since the last update of azure-keyvault-secrets the
az keyvault secretcommands fail with the errorTo Reproduce
Steps to reproduce the behavior:
az keyvault secret list --vault-name myvaultaz keyvault secret show --vault-name myvault --name mysecret --query value -o tsvExpected behavior
Command runs successfully.
Screenshots
I'll post a debug log as an additional comment, to keep this descripton readable.
Additional context
Commands
az keyvault listrun successfully.Command
az keyvault certificate list --vault-name myvaultalso fails with the same error (azure-keyvault-certificates==4.9.0).Maybe there are more, I can test others as well if needed.