-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 k8s-extension extension-types list failed #5356
Comments
I've tried it additionally using windows 10 enterprise powershell and latest versions of the azure-cli as well as both extensions and got the same behaviour. |
Thank you for your feedback. This has been routed to the support team for assistance. |
route to CXP team |
@t0rben Thanks for reaching out to us and reporting this issue. We are looking into this issue and we will provide an update. |
CLI Command: az k8s-extension extension-types list -g {} --cluster-name {} --cluster-type {} Results in below error: File "/opt/homebrew/Cellar/azure-cli/2.40.0/libexec/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 726, in _run_jobs_serially results.append(self._run_job(expanded_arg, cmd_copy)) File "/opt/homebrew/Cellar/azure-cli/2.40.0/libexec/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 697, in _run_job result = cmd_copy(params) File "/opt/homebrew/Cellar/azure-cli/2.40.0/libexec/lib/python3.10/site-packages/azure/cli/core/commands/__init__.py", line 333, in __call__ return self.handler(*args, **kwargs) File "/opt/homebrew/Cellar/azure-cli/2.40.0/libexec/lib/python3.10/site-packages/azure/cli/core/commands/command_operation.py", line 112, in handler client = self.client_factory(self.cli_ctx, command_args) if self.client_factory else None File "/Users/tbock/.azure/cliextensions/k8s-extension/azext_k8s_extension/_client_factory.py", line 21, in cf_k8s_cluster_extension_types_operation return cf_k8s_extension(cli_ctx, consts.EXTENSION_TYPE_API_VERSION).cluster_extension_types TypeError: cf_k8s_extension() takes 1 positional argument but 2 were given This PR fixes this issue. fixes Azure#5356
@t0rben The above PR has been filed to address this. It is currently under review. Please let me know if you have any questions in the meantime. |
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az k8s-extension extension-types list Extension Name: k8s-extension. Version: 1.3.3.
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az k8s-extension extension-types list -g {} --cluster-name {} --cluster-type {}
Expected Behavior
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: