-
Notifications
You must be signed in to change notification settings - Fork 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
[ACR] az acr agentpool
: Fix delete polling
#30485
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
@zhoxing-ms @yonzhan can I get a review for this |
May I ask if this change would be perceptible to users? |
Currently they see an error message after running that command (hence the regression). This change makes the command returns with no error message. So yes users will be able to see it |
@yanzhudd i have changed the PR title since this change is perceptible to users |
az acr agentpool
: Fix delete polling
Related command
az acr agentpool delete
Description
Revert some changes from this PR #30195 since we found an regression. Found an issue with self.cmd not detecting a command failure in this case. #30478
Testing Guide
acr agentpool delete -n {agents_name} -r {registry_name} -y
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.