Skip to content

Releases: Azure/azure-sdk-for-python

azure-storage-file-share_12.20.0b1

10 Oct 16:49
a68505f
Compare
Choose a tag to compare
Pre-release

12.20.0b1 (2024-10-10)

Features Added

  • Added support for service version 2025-01-05.
  • Added support to specify Premium enum value in access_tier for create_share and set_share_properties APIs.
  • Added file_permission_format to specify permission format for File's copy_file API.
  • Added support for provisioned V2 billing model, including provisioned_iops and provisioned_bandwidth_mibps for
    ShareClient and ShareServiceClient's create_share APIs; provisioned_max_iops and provisioned_max_bandwidth_mibps
    for ShareClient's set_share_properties API; and retrieve included_burst_iop, max_burst_credits_for_iops,
    next_provisioned_iops_downgrade and next_provisioned_bandwidth_downgrade through get_share_properties API.
    ShareServiceClient's list_shares API returns the new properties through get_share_properties for each share.

azure-storage-file-datalake_12.18.0b1

10 Oct 16:28
a68505f
Compare
Choose a tag to compare
Pre-release

12.18.0b1 (2024-10-10)

Features Added

  • Added support for service version 2025-01-05.
  • Added support for get_paths() on DataLakeDirectoryClient.

azure-storage-blob_12.24.0b1

10 Oct 15:58
a68505f
Compare
Choose a tag to compare
Pre-release

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 new metadata keyword.
  • Added support for set_immutability_policy, delete_immutability_policy and set_legal_hold for Blob snapshots and versions.

azure-monitor-opentelemetry-exporter_1.0.0b31

09 Oct 18:10
c065216
Compare
Choose a tag to compare

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

08 Oct 15:42
9079caf
Compare
Choose a tag to compare

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

09 Oct 07:32
82983c4
Compare
Choose a tag to compare

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

08 Oct 15:37
5557c7a
Compare
Choose a tag to compare

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

08 Oct 15:47
5557c7a
Compare
Choose a tag to compare

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

08 Oct 15:14
5557c7a
Compare
Choose a tag to compare
Pre-release

11.6.0b6 (2024-10-08)

Bugs Fixed

  • Fixed the issue that encryptionKey in SearchIndexer was lost during serialization. #37521

azure-ai-generative_1.0.0b11

07 Oct 22:24
d5ad2f7
Compare
Choose a tag to compare
Pre-release

1.0.0b11 (2024-10-04)

Other Changes

  • Deprecation message added.