12.4.0-beta.1 (2020-12-09)
- Updated Azure Storage Service API version to 2020-04-08.
- Added a new interface
BlockBlobClient.syncUploadFromURL()
to support creating a new Block Blob where the contents of the blob are read from a given URL. - Blob Tags updates:
BlobClient.setTags()
andBlobClient.getTags()
now support theLeaseAccessConditions
andBlobServiceClient.findBlobsByTags()
will return all matching tags for each blob. - Added
generateSasUrl
toBlobClient
andContainerClient
to generate a service-level SAS URI for the client. - Added
generateAccountSasUrl
toBlobServiceClient
to generate an account-level SAS URI for the client. - Fixed a bug where the
credential
property of theStorageClient
is not set correctly when using a Token credential. Fixed bug 12219. - Blob Batch operations now reorder the subresponses in the client side to perserve the original input order. See
BlobBatchClient.submitBatch()
and 12335. - Won't remove the first space in the
userAgentOptions.userAgentPrefix
passed to thenewPipeline()
now. Fixed bug 7536. - Added
isHierarchicalNamespaceEnabled
to the response ofBlobServiceClient.getAccountInfo()
.