Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-contentunderstanding_1.0.0b1
1.0.0b1 (2026-01-16)
Features Added
- Initial release of Azure AI Content Understanding client library for Python
- Added
ContentUnderstandingClientfor analyzing documents, audio, and video content
azure-mgmt-dellstorage_1.0.0
1.0.0 (2026-01-19)
Features Added
- Model
DellStorageMgmtClientadded parametercloud_settingin method__init__
azure-mgmt-communication_2.2.0
2.2.0 (2026-01-19)
Features Added
- Model
CommunicationServiceManagementClientadded parametercloud_settingin method__init__ - Client
CommunicationServiceManagementClientadded operation groupsmtp_usernames - Client
CommunicationServiceManagementClientadded operation groupsuppression_lists - Client
CommunicationServiceManagementClientadded operation groupsuppression_list_addresses - Model
CommunicationServiceResourceadded propertypublic_network_access - Model
CommunicationServiceResourceadded propertydisable_local_auth - Model
CommunicationServiceResourceUpdateadded propertypublic_network_access - Model
CommunicationServiceResourceUpdateadded propertydisable_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
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
2.0.0b1 (2026-01-13)
Features Added
- Model
ResourceConnectorMgmtClientadded parametercloud_settingin method__init__ - Client
ResourceConnectorMgmtClientadded methodsend_request - Model
ApplianceOperationadded propertydisplay - Enum
SSHKeyTypeadded memberUSER_MANAGEMENT_KEY - Enum
Statusadded memberARC_GATEWAY_UPDATE_COMPLETE - Enum
Statusadded memberARC_GATEWAY_UPDATE_FAILED - Enum
Statusadded memberARC_GATEWAY_UPDATE_PREPARING - Enum
Statusadded memberARC_GATEWAY_UPDATING - Enum
Statusadded memberNETWORK_DNS_UPDATE_COMPLETE - Enum
Statusadded memberNETWORK_DNS_UPDATE_FAILED - Enum
Statusadded memberNETWORK_DNS_UPDATE_PREPARING - Enum
Statusadded memberNETWORK_DNS_UPDATING - Enum
Statusadded memberNETWORK_PROXY_UPDATE_COMPLETE - Enum
Statusadded memberNETWORK_PROXY_UPDATE_FAILED - Enum
Statusadded memberNETWORK_PROXY_UPDATE_PREPARING - Enum
Statusadded memberNETWORK_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
ApplianceOperationmoved instance variabledescription,operation,providerandresourceunder propertydisplay - Method
AppliancesOperations.list_keyschanged its parameterartifact_typefrompositional_or_keywordtokeyword_only - Method
AppliancesOperations.updatechanged its parametertagsfrompositional_or_keywordtokeyword_only
Other Changes
- Deleted model
ApplianceOperationsListwhich actually was not used by SDK users - Method
AppliancesOperations.updateinserted apositional_or_keywordparameterparametersbut this change won't break runtime behavior
azure-monitor-opentelemetry_1.8.4
azure-cosmos_4.14.4
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
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
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
GroundednessEvaluatorwithquerynot honoringis_reasoning_model(andcredential) when reloading the query prompty, which could causemax_tokensto be sent to reasoning models. #44385
azure-ai-translation-text_2.0.0b1
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
TranslationTargetfor configuring translation options.
Breaking Changes
- Dictionary, sentence boundaries and text alignments features have been removed, and relevant models and properties have been removed.
- Added
modelsproperty toGetSupportedLanguagesResultto include the list of LLM models available for translations. - Renamed property
confidencetoscoreinDetectedLanguage. - Removed property
source_textinTranslatedTextItem.