Open n-y-kim opened 4 months ago
Hi @n-y-kim Find similar issue https://github.com/Azure/azure-cli/issues/21900. | ||
---|---|---|
Issue title | Attribute TaskUpdateParameters does not exist in az acr task identity remove | |
Create time | 2022-04-01 | |
Comment number | 3 |
Please confirm if this resolves your issue.
Thank you for opening this issue, we will look into it.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @toddysm, @luisdlp, @northtyphoon.
Thank you for opening this issue, we will look into it.
Hi @yonzhan, thanks for looking into it. Just commenting to follow this issue since I am also experiencing it.
Describe the bug
az acr task identity remove
command is throwing AttributeError. Cannot remove the identity(user assigned managed identity) assigned to the task.Related command
az acr task identity remove -n <task name> -r <acr>
az acr task identity remove -n <task name> -r <acr> --identities [all]
az acr task identity remove -n <task name> -r <acr> --identities "<resourceID>"
Errors
The command failed with an unexpected error. Here is the traceback: Attribute TaskUpdateParameters does not exist. Traceback (most recent call last): File "/opt/homebrew/Cellar/azure-cli/2.59.0/libexec/lib/python3.11/site-packages/azure/cli/core/profiles/_shared.py", line 483, in getattr return self._operations_groups_value[item]