Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-containerservice_30.0.0

22 Apr 05:55
32eefff

Choose a tag to compare

30.0.0 (2024-04-22)

Features Added

  • Model AgentPool has a new parameter windows_profile
  • Model KubernetesVersion has a new parameter is_default
  • Model ManagedCluster has a new parameter metrics_profile
  • Model ManagedClusterAgentPoolProfile has a new parameter windows_profile
  • Model ManagedClusterAgentPoolProfileProperties has a new parameter windows_profile

Breaking Changes

  • Model IstioEgressGateway no longer has parameter node_selector

azure-mgmt-rdbms_10.2.0b16

22 Apr 05:56
dfc2c3a

Choose a tag to compare

Pre-release

10.2.0b16 (2024-04-22)

Features Added

  • Model MigrationResource has a new parameter migrate_roles
  • Model MigrationResource has a new parameter migration_instance_resource_id
  • Model MigrationResourceForPatch has a new parameter migrate_roles

azure-mgmt-confidentialledger_2.0.0b4

22 Apr 05:55
4d6be5a

Choose a tag to compare

Pre-release

2.0.0b4 (2024-04-22)

Features Added

  • Added operation LedgerOperations.begin_backup
  • Added operation LedgerOperations.begin_restore
  • Added operation ManagedCCFOperations.begin_backup
  • Added operation ManagedCCFOperations.begin_restore
  • Model LedgerProperties has a new parameter ledger_sku
  • Model ManagedCCFProperties has a new parameter running_state

azure-monitor-opentelemetry-exporter_1.0.0b25

25 Apr 17:42
68f2fbc

Choose a tag to compare

1.0.0b25 (2024-04-19)

Features Added

  • Enable sampling for attach
    (#35218)

azure-communication-rooms_1.1.0

18 Apr 03:29
0ea4200

Choose a tag to compare

1.1.0 (2024-04-15)

  • General Availability version of PSTN dial-out capability feature.

Features Added

  • Added support for a new communication identifier MicrosoftTeamsAppIdentifier.

Other Changes

  • The MicrosoftBotIdentifier and MicrosoftBotProperties have been deprecated.

azure-template_0.1.0b3703562

16 Apr 23:17
8204893

Choose a tag to compare

Pre-release

0.1.0b3703562 (2024-04-16)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-storage-queue_12.10.0b1

16 Apr 21:22
5654320

Choose a tag to compare

Pre-release

12.10.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.

azure-storage-file-share_12.16.0b1

16 Apr 20:18
5654320

Choose a tag to compare

Pre-release

12.16.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • Added exists method to ShareFileClient to check if a file exists.
  • Added support for service version 2024-05-04.
  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Fixed an issue where the ShareDirectoryClient returned by get_subdirectory_client with a ShareDirectoryClient
    pointing to the root of the file share would raise an InvalidResourceName on any operations.
  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.
  • Fixed an issue where parameter delete_snapshots to delete_share API did not support all possible enums. This change
    makes delete_snapshots now accept string literals 'include' and 'include-leased'.
  • Fixed an issue where specifying datetime objects with less than 7 digits of precision as input could incorrectly raise
    InvalidHeaderValue due to improper precision parsing.

azure-storage-file-datalake_12.15.0b1

16 Apr 20:40
5654320

Choose a tag to compare

Pre-release

12.15.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • Added support for service version 2024-05-04.
  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.

azure-storage-blob_12.20.0b1

16 Apr 19:55
5654320

Choose a tag to compare

Pre-release

12.20.0b1 (2024-04-16)

This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.

Features Added

  • Added support for service version 2024-05-04.
  • The services parameter has been added to the generate_account_sas API, which enables the ability to generate SAS
    tokens to be used with multiple services. By default, the SAS token service scope will default to the current service.

Bugs Fixed

  • Bumped dependency of typing-extensions to >=4.6.0 to avoid potential TypeError with typing.TypeVar on
    Python 3.12.
  • Fixed an issue where authentication errors could raise AttributeError instead of ClientAuthenticationError when
    using async OAuth credentials.
  • Fixed a typing issue which incorrectly typed the readinto API. The correct input type is IO[bytes].
  • Fixed a typo in the initialization of completion_time for the CopyProperties model.
  • Fixed a couple of issues with upload_blob when using Iterators/Generators as the data input.

Other Changes

  • Passing prefix to the following ContainerClient APIs now raises a ValueError:
    list_blobs, list_blobs_names, and walk_blobs. This change was made to avoid confusion for filtering results.
    The name_starts_with parameter is the correct parameter to pass for filtering.