Skip to content

Releases: Azure/azure-sdk-for-python

azure-ai-agentserver-langgraph_1.0.0b8

22 Jan 08:51

Choose a tag to compare

Pre-release

1.0.0b8 (2026-01-21)

Features Added

  • Support keep alive for long-running streaming responses.

azure-ai-agentserver-core_1.0.0b8

22 Jan 08:15

Choose a tag to compare

Pre-release

1.0.0b8 (2026-01-21)

Features Added

  • Support keep alive for long-running streaming responses.

azure-ai-agentserver-agentframework_1.0.0b8

22 Jan 08:53

Choose a tag to compare

1.0.0b8 (2026-01-21)

Features Added

  • Support keep alive for long-running streaming responses.

Bugs Fixed

  • Fixed AgentFramework breaking change and pin version to >=1.0.0b251112,<=1.0.0b260107

azure-template_0.1.0b5775451

21 Jan 18:24

Choose a tag to compare

Pre-release

0.1.0b5775451 (2026-01-20)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

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)