You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to delete the resource groups at the start of a test the delete will fail if the resource groups don't exist. But we will just consume that error and retry 60 times and then only then actually return the failure to delete a non-existent group error which will then be consumed and ignored. So ideally we would enhance runAzCommand with the ability to say "If you see this error then just return immediately, it's o.k. (or it's bad)."
The text was updated successfully, but these errors were encountered:
When we try to delete the resource groups at the start of a test the delete will fail if the resource groups don't exist. But we will just consume that error and retry 60 times and then only then actually return the failure to delete a non-existent group error which will then be consumed and ignored. So ideally we would enhance runAzCommand with the ability to say "If you see this error then just return immediately, it's o.k. (or it's bad)."
The text was updated successfully, but these errors were encountered: