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
Check HTTP status code before looking for LRO status (Azure#19385)
Per LRO guidelines, operation/RELO must return a success HTTP status
code when checking the status regardless of the operation's state.
If polling on an LRO returns an unsuccessful HTTP status code, it should
be surfaced as an *azcore.ResponseError.
0 commit comments