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
@jeremymeng any idea when we can get an updated package with this fix? This has been a thorn in our side for a while and it's a pretty wide-ranging problem for us. I work on Azure extensions for VS Code, and it seems like pretty much every @azure/arm-* package we use relies on "ms-rest-js", not "core-http"
I noticed the "ms-rest-js" package has the same exact problem the "core-http" package had as described here:
Azure/azure-sdk-for-js#8803
Azure/azure-sdk-for-js#8459
Since it doesn't use
catch
and pass anerror
along here, it doesn't do anything.I'm not super familiar with the differences between "ms-rest-js" and "core-http" - any idea why they have duplicate code in the first place?
The text was updated successfully, but these errors were encountered: