12.19.0b1 (2023-10-17)
Features Added
- Added support for service version 2023-11-03.
- Added
audience
as an optional keyword that can be specified on APIs that have acredential
parameter. This
keyword only has an effect when the credential provided is of typeTokenCredential
.
Bugs Fixed
- Deprecated
BlobProperties
as a valid input type to theblob
parameter on the following APIs:
BlobServiceClient'sget_blob_client
, ContainerClient'sdelete_blob
,download_blob
, andget_blob_client
.
This deprecation change also applies to thename
parameter on ContainerClient'supload_blob
API. This change
applies to both sync and async packages but does not apply to the batch equivalent of any of the listed APIs. If a
BlobProperties
is provided, a deprecation warning is raised.