We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Command Name az aks enable-addons
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'
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az aks enable-addons --addons {} --name {} --resource-group {}
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
Copy from https://github.com/Azure/azure-cli/issues/25357
https://github.com/Azure/azure-cli/issues/25357
The text was updated successfully, but these errors were encountered:
Find similar issue https://github.com/Azure/azure-cli/issues/20742.
https://github.com/Azure/azure-cli/issues/20742
Sorry, something went wrong.
No branches or pull requests
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az aks enable-addons
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az aks enable-addons --addons {} --name {} --resource-group {}
Expected Behavior
Environment Summary
Additional Context
Copy from
https://github.com/Azure/azure-cli/issues/25357
The text was updated successfully, but these errors were encountered: