bebound / azure-cli

Azure Command-Line Interface
MIT License
0 stars 0 forks source link

KeyError: 'azure-keyvault-secrets-provider' #42

Open bebound opened 1 year ago

bebound commented 1 year ago

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name az aks enable-addons

Errors:

'azure-keyvault-secrets-provider'
Traceback (most recent call last):
python3/dist-packages/knack/cli.py, ln 206, in invoke
    cmd_result = self.invocation.execute(args)
cli/core/commands/__init__.py, ln 608, in execute
    raise ex
cli/core/commands/__init__.py, ln 666, in _run_jobs_serially
    results.append(self._run_job(expanded_arg, cmd_copy))
cli/core/commands/__init__.py, ln 659, in _run_job
    six.reraise(*sys.exc_info())
...
cli/command_modules/acs/custom.py, ln 1842, in aks_enable_addons
    instance = _update_addons(cmd, instance, subscription_id, resource_group_name, addons, enable=True,
cli/command_modules/acs/custom.py, ln 2197, in _update_addons
    addon = ADDONS[addon_arg]
KeyError: 'azure-keyvault-secrets-provider'

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

Expected Behavior

Environment Summary

Linux-5.14.0-1056-oem-x86_64-with-glibc2.29
Python 3.8.10
Shell: bash

azure-cli 2.0.81

Extensions:
azure-devops 0.17.0

Additional Context

Copy from https://github.com/Azure/azure-cli/issues/25357

similar-bot-test[bot] commented 1 year ago
Find similar issue https://github.com/Azure/azure-cli/issues/20742.
Issue title Unable to enable addon for azure-keyvault-secrets-provider
Create time 2021-12-15
Comment number 2