azure-storage-blob_12.11.0
12.11.0 (2022-03-29)
Warning This release involves a bug fix that may change the behavior for some users. In previous versions,
the tag parameter onBlobSasPermissions defaulted to True meaning a Blob SAS URL would include the t permission
by default. This was not the intended behavior. This release adjusts BlobSasPermission so the tag permission will
default to False, like all other permissions.
Bugs Fixed
- Fixed a bug in
BlobSasPermissionswhere thetagpermission had a default value ofTrueand
therefore was being added to the SAS token by default.