Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-contentunderstanding_1.0.0b1

20 Jan 22:38
14fc5c8

Choose a tag to compare

Pre-release

1.0.0b1 (2026-01-16)

Features Added

  • Initial release of Azure AI Content Understanding client library for Python
  • Added ContentUnderstandingClient for analyzing documents, audio, and video content

azure-mgmt-dellstorage_1.0.0

19 Jan 11:52
f608ae4

Choose a tag to compare

1.0.0 (2026-01-19)

Features Added

  • Model DellStorageMgmtClient added parameter cloud_setting in method __init__

azure-mgmt-communication_2.2.0

19 Jan 07:43
6ab8e86

Choose a tag to compare

2.2.0 (2026-01-19)

Features Added

  • Model CommunicationServiceManagementClient added parameter cloud_setting in method __init__
  • Client CommunicationServiceManagementClient added operation group smtp_usernames
  • Client CommunicationServiceManagementClient added operation group suppression_lists
  • Client CommunicationServiceManagementClient added operation group suppression_list_addresses
  • Model CommunicationServiceResource added property public_network_access
  • Model CommunicationServiceResource added property disable_local_auth
  • Model CommunicationServiceResourceUpdate added property public_network_access
  • Model CommunicationServiceResourceUpdate added property disable_local_auth
  • Added model ErrorDetailAutoGenerated
  • Added model ErrorResponseAutoGenerated
  • Added enum PublicNetworkAccess
  • Added model SmtpUsernameResource
  • Added model SmtpUsernameResourceCollection
  • Added model SuppressionListAddressResource
  • Added model SuppressionListAddressResourceCollection
  • Added model SuppressionListResource
  • Added model SuppressionListResourceCollection
  • Added operation group SmtpUsernamesOperations
  • Added operation group SuppressionListAddressesOperations
  • Added operation group SuppressionListsOperations

azure-cosmos_4.14.5

16 Jan 01:47
d764da3

Choose a tag to compare

4.14.5 (2026-01-15)

Bugs Fixed

  • Fixed bug where sdk was encountering a timeout issue caused by infinite recursion during the 410 (Gone) error.See PR 44659

azure-mgmt-resourceconnector_2.0.0b1

15 Jan 01:05
3d91f5e

Choose a tag to compare

Pre-release

2.0.0b1 (2026-01-13)

Features Added

  • Model ResourceConnectorMgmtClient added parameter cloud_setting in method __init__
  • Client ResourceConnectorMgmtClient added method send_request
  • Model ApplianceOperation added property display
  • Enum SSHKeyType added member USER_MANAGEMENT_KEY
  • Enum Status added member ARC_GATEWAY_UPDATE_COMPLETE
  • Enum Status added member ARC_GATEWAY_UPDATE_FAILED
  • Enum Status added member ARC_GATEWAY_UPDATE_PREPARING
  • Enum Status added member ARC_GATEWAY_UPDATING
  • Enum Status added member NETWORK_DNS_UPDATE_COMPLETE
  • Enum Status added member NETWORK_DNS_UPDATE_FAILED
  • Enum Status added member NETWORK_DNS_UPDATE_PREPARING
  • Enum Status added member NETWORK_DNS_UPDATING
  • Enum Status added member NETWORK_PROXY_UPDATE_COMPLETE
  • Enum Status added member NETWORK_PROXY_UPDATE_FAILED
  • Enum Status added member NETWORK_PROXY_UPDATE_PREPARING
  • Enum Status added member NETWORK_PROXY_UPDATING
  • Added model ApplianceOperationValueDisplay
  • Added model DnsConfiguration
  • Added model Event
  • Added model GatewayConfiguration
  • Added model NetworkProfile
  • Added model ProxyConfiguration

Breaking Changes

  • This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  • Model ApplianceOperation moved instance variable description, operation, provider and resource under property display
  • Method AppliancesOperations.list_keys changed its parameter artifact_type from positional_or_keyword to keyword_only
  • Method AppliancesOperations.update changed its parameter tags from positional_or_keyword to keyword_only

Other Changes

  • Deleted model ApplianceOperationsList which actually was not used by SDK users
  • Method AppliancesOperations.update inserted a positional_or_keyword parameter parameters but this change won't break runtime behavior

azure-monitor-opentelemetry_1.8.4

12 Jan 23:43
c982f2c

Choose a tag to compare

1.8.4 (2026-01-13)

Features Added

  • Added support for OTEL_TRACES_SAMPLER
    (#44535)
  • Added ability to add additional Log Record Processors and Metric Readers via configure_azure_monitor
    (#44367)

azure-cosmos_4.14.4

12 Jan 18:57

Choose a tag to compare

4.14.4 (2026-01-12)

Bugs Fixed

  • Fixed bug where sdk was not properly retrying requests in some edge cases after partition splits.See PR 44425

azure-core_1.38.0

12 Jan 17:01
6d2e643

Choose a tag to compare

1.38.0 (2026-01-12)

Breaking Changes

  • Changed the continuation token format. Continuation tokens generated by previous versions of azure-core are not compatible with this version.

azure-ai-evaluation_1.14.0

09 Jan 21:23
62e8876

Choose a tag to compare

1.14.0 (2026-01-05)

Bugs Fixed

  • Updated CodeVulnerability and UngroundedAttributes evaluators for RedTeam to use the binary true/false scoring pattern so their results align with service responses.
  • Fixed GroundednessEvaluator with query not honoring is_reasoning_model (and credential) when reloading the query prompty, which could cause max_tokens to be sent to reasoning models. #44385

azure-ai-translation-text_2.0.0b1

08 Jan 23:39
92e0474

Choose a tag to compare

Pre-release

2.0.0b1 (2026-01-08)

Features Added

  • Added support for the Azure AI Translator API 2025-10-01-preview, including translations using LLM models, adaptive custom translations, tone variant translations, and gender-specific language translations.
  • Added TranslationTarget for configuring translation options.

Breaking Changes

  • Dictionary, sentence boundaries and text alignments features have been removed, and relevant models and properties have been removed.
  • Added models property to GetSupportedLanguagesResult to include the list of LLM models available for translations.
  • Renamed property confidence to score in DetectedLanguage.
  • Removed property source_text in TranslatedTextItem.