-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az aks
Errors:
The operation 'azure.mgmt.containerservice.v2020_09_01.operations._managed_clusters_operations#ManagedClustersOperations.delete' is invalid.
Traceback (most recent call last):
azure/cli/core/__init__.py, ln 831, in get_op_handler
op = getattr(op, part)
AttributeError: type object 'ManagedClustersOperations' has no attribute 'delete'
...
azure/cli/core/__init__.py, ln 836, in get_op_handler
raise ValueError("The operation '{}' is invalid.".format(operation))
ValueError: The operation 'azure.mgmt.containerservice.v2020_09_01.operations._managed_clusters_operations#ManagedClustersOperations.delete' is invalid.
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- Put any pre-requisite steps here...
az aks --help
Expected Behavior
Show help
Environment Summary
Linux-5.11.0-22-generic-x86_64-with-glibc2.33
Python 3.9.5
Installer: DEB
azure-cli 2.18.0 *
Extensions:
azure-devops 0.19.0
Additional Context
Reactions are currently unavailable