-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{ACR} Fix "Message: The subscription '00000000-0000-0000-0000-000000000000' could not be found." test error by waiting for operation #30259
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
Conversation
️✔️AzureCLI-FullTest
|
|
Hi @nguyenm2151, |
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
@bebound Could you please help to review this PR as well? |
LGTM, need to trigger batch CI as well. |
|
Commenter does not have sufficient privileges for PR 30259 in repo Azure/azure-cli |
7587d55 to
a48c0ea
Compare
|
@yanzhudd, I fixed the style issue. Tried to rerun the tests, but its stuck at "Waiting for status to be reported". Also how do I trigger a batch CI, not sure if I have permission to do that |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
I've pushed this pr to https://github.com/Azure/azure-cli/tree/nguyenma/fixTrack2SDKBug and the batched CI is triggered. Update: Batched CI passed. |
Related command
az acr connected-registry delete
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. Previous PR #30195
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis 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.