-
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} Fix "Message: The subscription '00000000-0000-0000-0000-000000000000' could not be found." test error by waiting for operation #30195
Conversation
️✔️AzureCLI-FullTest
|
Hi @nguyenm2151, |
️✔️AzureCLI-BreakingChangeTest
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Could you please recover the tests which were disabled in this PR? https://github.com/Azure/azure-cli/pull/30164/files |
@zhoxing-ms I have added the tests back |
Why did you recover so many tests when only two tests were disabled in this PR #30164 ? Have they all been affected by the same issue before? |
@zhoxing-ms makes sense, I edited to only re-enabled only the acr ones |
@nguyenm2151 PS: This failure can only be detected in batched CI, please push your code to main repo to trigger the CI before merging. |
Related command
Description
Fix "Message: The subscription '00000000-0000-0000-0000-000000000000' could not be found." test error by waiting for delete operation to finish. Addressing these two issues #18853 (comment) and #18611 (comment) following this solution #17185
Testing Guide
History Notes
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.