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
Updating the union type of credential to credential: SharedKeyCredential | AnonymousCredential | TokenCredential for storage-blob and storage-queue.
Bug Fix - When used MessageIdClient constructor for connection string, storage service throws an error saying "URL is undefined".
Changes in PR
[Breaking] Aborter class is no longer exposed from the package. You are expected to use
the package @azure/abort-controller to pass an abort signal to any of the async operations. AbortController.timeout(<milliseconds>) can be utitlized as an abort signal.
SAS connection string support to all the existing static methods and constructors that take in connection string as a parameter.
The text was updated successfully, but these errors were encountered: