Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-storage-file-share_12.20.0b1
12.20.0b1 (2024-10-10)
Features Added
- Added support for service version 2025-01-05.
- Added support to specify
Premium
enum value inaccess_tier
forcreate_share
andset_share_properties
APIs. - Added
file_permission_format
to specify permission format for File'scopy_file
API. - Added support for provisioned V2 billing model, including
provisioned_iops
andprovisioned_bandwidth_mibps
for
ShareClient
andShareServiceClient
'screate_share
APIs;provisioned_max_iops
andprovisioned_max_bandwidth_mibps
forShareClient
'sset_share_properties
API; and retrieveincluded_burst_iop
,max_burst_credits_for_iops
,
next_provisioned_iops_downgrade
andnext_provisioned_bandwidth_downgrade
throughget_share_properties
API.
ShareServiceClient
'slist_shares
API returns the new properties throughget_share_properties
for each share.
azure-storage-file-datalake_12.18.0b1
12.18.0b1 (2024-10-10)
Features Added
- Added support for service version 2025-01-05.
- Added support for
get_paths()
onDataLakeDirectoryClient
.
azure-storage-blob_12.24.0b1
12.24.0b1 (2024-10-10)
Features Added
- Added support for service version 2025-01-05.
- Added support for passing metadata to
upload_blob_from_url
via the newmetadata
keyword. - Added support for
set_immutability_policy
,delete_immutability_policy
andset_legal_hold
for Blob snapshots and versions.
azure-monitor-opentelemetry-exporter_1.0.0b31
1.0.0b31 (2024-10-08)
Features Added
- Allow tracking of whether in a Azure Functions attach scenario
(#37717)
azure-storage-file-share_12.19.0
12.19.0 (2024-10-08)
Features Added
- Updated type hints across the entire package and enabled MyPy to run during CI. Some public types may have been adjusted if they were previously erroneous or incomplete.
azure-ai-ml_1.21.0
1.21.0 (2024-09-30)
Features Added
- Cross subscription storage account support for workspace and feature store. Developer can provide a storage account from another subscription while creating a workspace or storage account.
Bugs Fixed
- #35820 - using compute location attribute to fill compute location to align the experience with UI.
azure-identity_1.19.0
1.19.0 (2024-10-08)
Bugs Fixed
- Fixed the request sent in
AzurePipelinesCredential
so it doesn't result in a redirect response when an invalid system access token is provided. (#37510)
Other Changes
- Deprecated
AzureAuthorityHosts.AZURE_GERMANY
azure-identity-broker_1.2.0
1.2.0 (2024-10-08)
Other Changes
- Stable release for the Proof-of-Possession (PoP) token support to
InteractiveBrowserBrokerCredential
.
azure-search-documents_11.6.0b6
11.6.0b6 (2024-10-08)
Bugs Fixed
- Fixed the issue that
encryptionKey
inSearchIndexer
was lost during serialization. #37521
azure-ai-generative_1.0.0b11
1.0.0b11 (2024-10-04)
Other Changes
- Deprecation message added.