12.3.0 (2020-03-10)
New features
stage_block
now propagates the response from the service.
Fixes
- Fixed a bug where a new transport is being passed in the
get_blob_client
method instead
of using the existing one in theContainerClient
.
Notes
- The
StorageUserAgentPolicy
is now replaced with theUserAgentPolicy
from azure-core. With this, the custom user agents are now added as a prefix instead of being appended.