Skip to content

Releases: Azure/azure-sdk-for-python

azure-mgmt-lambdatesthyperexecute_1.0.0b1

08 May 05:37
cca51a6
Compare
Choose a tag to compare

1.0.0b1 (2025-05-08)

Other Changes

  • Initial version

azure-mgmt-carbonoptimization_1.0.0b1

08 May 05:37
cca51a6
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2025-05-08)

Other Changes

  • Initial version

azure-mgmt-cosmosdb_9.8.0

07 May 06:20
d4c265e
Compare
Choose a tag to compare

9.8.0 (2025-05-07)

Features Added

  • Model RestorableSqlContainerPropertiesResourceContainer added property full_text_policy
  • Model SqlContainerGetPropertiesResource added property full_text_policy
  • Model SqlContainerResource added property full_text_policy
  • Added model FullTextPath
  • Added model FullTextPolicy

azure-keyvault-securitydomain_1.0.0b1

08 May 00:56
372556c
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2025-05-07)

Features Added

  • Initial version

azure-identity_1.22.0

06 May 20:08
c572fa7
Compare
Choose a tag to compare

1.22.0 (2025-05-06)

Breaking Changes

  • Previously, if a client_id or identity_config was specified in ManagedIdentityCredential for Service Fabric managed identity, which is not supported, the client_id (or resource_id/object_id specified identity_config) would be silently ignored. Now, an exception will be raised during a token request if a client_id or identity_config is specified for Service Fabric managed identity.

Bugs Fixed

  • Fixed an issue with error handling in MSAL-based credentials when the response content is a string rather than a dictionary. (#40281)

Other Changes

  • Deprecated VisualStudioCodeCredential as the VS Code Azure Account extension on which this credential depends on has been deprecated. See the Azure Account extension deprecation notice. (#40613)
  • Python 3.8 is no longer supported. Please use Python version 3.9 or later.

azure-storage-queue_12.13.0b1

06 May 23:15
3b2d219
Compare
Choose a tag to compare
Pre-release

12.13.0b1 (2025-05-06)

Features Added

  • Added support for service version 2025-07-05.
  • Added support for OAuth authentication in QueueClient's get_queue_access_policy
    and set_queue_access_policy APIs.

Other Changes

  • Migrated any previously documented kwarg arguments to be named keywords.
    Some public types may have been adjusted if they were previously erroneous or incomplete.

azure-storage-file-share_12.22.0b1

06 May 22:54
3b2d219
Compare
Choose a tag to compare
Pre-release

12.22.0b1 (2025-05-06)

Features Added

  • Added support for service version 2025-07-05.
  • Added new create_symbolic_link and get_symbolic_link APIs to ShareFileClient to
    create/get symbolic links to specified files and is only supported for the NFS protocol.

azure-storage-file-datalake_12.21.0b1

06 May 23:31
3b2d219
Compare
Choose a tag to compare
Pre-release

12.21.0b1 (2025-05-06)

Features Added

  • Added support for service version 2025-07-05.
  • Added support for OAuth authentication in FileSystemClient's get_file_system_access_policy
    and set_file_system_access_policy APIs.
  • Added support for progress tracking to DataLakeFileClient's upload_data and download_file
    APIs via a new optional callback, progress_hook.

Bugs Fixed

  • Fixed an issue where URL safe encoding is inconsistent between Blob and Datalake paths.

azure-storage-blob_12.26.0b1

06 May 22:31
3b2d219
Compare
Choose a tag to compare
Pre-release

12.26.0b1 (2025-05-06)

Features Added

  • Added support for service version 2025-07-05.
  • Added support for OAuth authentication in ContainerClient's get_container_access_policy
    and set_container_access_policy APIs.
  • Added support for the keyword source_token_intent when copying from file share to blob and
    authenticated via TokenCredential for the following BlobClient APIs: upload_blob_from_url,
    start_copy_from_url, stage_block_from_url, upload_pages_from_url, and append_block_from_url.
  • Added support for query_blob in the asynchronous BlobClient.

azure-data-tables_12.7.0

06 May 17:47
48d6b5a
Compare
Choose a tag to compare

12.7.0 (2025-05-06)

Features Added

  • Added support for configuring custom audiences for TokenCredential authentication when initializing a TableClient or TableServiceClient. (#40487)

Other Changes

  • Python 3.8 is no longer supported. Please use Python version 3.9 or later.