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
BlobSasPermissions
where thetag
permission had a default value ofTrue
and
therefore was being added to the SAS token by default.