Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-ml_1.29.0
1.29.0 (2025-09-01)
Features Added
- Removed the dependencies - msrest and six
Bugs Fixed
- Fix for registry resource group passed to OnlineEndpointOperations when model is in registry in different resource group compared to workspace.
- Set defaults for min_instances, max_instances, idle_time_before_scale_down in AmlCompute
Other Changes
- v2 component types are now case insensitive
azure-search-documents_11.7.0b1
11.7.0b1 (2025-09-05)
Features Added
- Added
azure.search.documents.models.DebugInfo. - Added
azure.search.documents.indexes.models.AzureBlobKnowledgeSource. - Added
azure.search.documents.indexes.models.AzureBlobKnowledgeSourceParameters. - Added
azure.search.documents.indexes.models.IndexerResyncBody. - Added
azure.search.documents.indexes.models.KnowledgeAgentOutputConfiguration. - Added
azure.search.documents.indexes.models.KnowledgeAgentOutputConfigurationModality. - Added
azure.search.documents.indexes.models.KnowledgeSource. - Added
azure.search.documents.indexes.models.KnowledgeSourceKind. - Added
azure.search.documents.indexes.models.KnowledgeSourceReference. - Added
azure.search.documents.indexes.models.SearchIndexKnowledgeSource. - Added
azure.search.documents.indexes.models.SearchIndexKnowledgeSourceParameters. - Removed
azure.search.documents.indexes.models.KnowledgeAgentTargetIndex. - Added
azure.search.documents.indexes.models.SearchIndex.description. - Added
azure.search.documents.agent.models.KnowledgeAgentAzureBlobActivityArguments. - Added
azure.search.documents.agent.models.KnowledgeAgentAzureBlobActivityRecord. - Added
azure.search.documents.agent.models.KnowledgeAgentAzureBlobReference. - Added
azure.search.documents.agent.models.KnowledgeAgentModelAnswerSynthesisActivityRecord. - Added
azure.search.documents.agent.models.KnowledgeAgentRetrievalActivityRecord. - Added
azure.search.documents.agent.models.KnowledgeAgentSearchIndexActivityArguments. - Added
azure.search.documents.agent.models.KnowledgeAgentSearchIndexActivityRecord. - Added
azure.search.documents.agent.models.KnowledgeAgentSearchIndexReference. - Added
azure.search.documents.agent.models.KnowledgeAgentSemanticRerankerActivityRecord. - Added
azure.search.documents.agent.models.KnowledgeSourceParams. - Added
azure.search.documents.agent.models.SearchIndexKnowledgeSourceParams. - Removed
azure.search.documents.agent.models.KnowledgeAgentAzureSearchDocReference. - Removed
azure.search.documents.agent.models.KnowledgeAgentIndexParams. - Removed
azure.search.documents.agent.models.KnowledgeAgentSearchActivityRecord. - Removed
azure.search.documents.agent.models.KnowledgeAgentSearchActivityRecordQuery. - Removed
azure.search.documents.agent.models.KnowledgeAgentSemanticRankerActivityRecord. - Added KnowledgeSource operations in
SearchIndexClient.
Other Changes
- Updated default API version to
2025-08-01-preview.
azure-ai-evaluation_1.11.0
1.11.0 (2025-09-02)
Features Added
- Added support for user-supplied tags in the
evaluatefunction. Tags are key-value pairs that can be used for experiment tracking, A/B testing, filtering, and organizing evaluation runs. The function accepts atagsparameter. - Added support for user-supplied TokenCredentials with LLM based evaluators.
- Enhanced
GroundednessEvaluatorto support AI agent evaluation with tool calls. The evaluator now accepts agent response data containing tool calls and can extract context fromfile_searchtool results for groundedness assessment. This enables evaluation of AI agents that use tools to retrieve information and generate responses. Note: Agent groundedness evaluation is currently supported only when thefile_searchtool is used. - Added
languageparameter toRedTeamclass for multilingual red team scanning support. The parameter accepts values fromSupportedLanguagesenum including English, Spanish, French, German, Italian, Portuguese, Japanese, Korean, and Simplified Chinese, enabling red team attacks to be generated and conducted in multiple languages. - Added support for IndirectAttack and UngroundedAttributes risk categories in
RedTeamscanning. These new risk categories expand red team capabilities to detect cross-platform indirect attacks and evaluate ungrounded inferences about human attributes including emotional state and protected class information.
Bugs Fixed
- Fixed issue where evaluation results were not properly aligned with input data, leading to incorrect metrics being reported.
Other Changes
- Deprecating
AdversarialSimulatorin favor of the AI Red Teaming Agent.AdversarialSimulatorwill be removed in the next minor release. - Moved retry configuration constants (
MAX_RETRY_ATTEMPTS,MAX_RETRY_WAIT_SECONDS,MIN_RETRY_WAIT_SECONDS) fromRedTeamclass to newRetryManagerclass for better code organization and configurability.
azure-mgmt-storagediscovery_1.0.0b2
1.0.0b2 (2025-09-03)
Features Added
- Client
StorageDiscoveryMgmtClientadded parametercloud_settingin method__init__
azure-mgmt-playwright_1.0.0
1.0.0 (2025-08-21)
Features Added
- Model
PlaywrightWorkspacePropertiesadded propertyworkspace_id
azure-mgmt-azurestackhcivm_1.0.0b1
1.0.0b1 (2025-08-07)
Other Changes
- Initial version
azure-communication-phonenumbers_1.4.0
1.4.0 (2025-08-28)
Features Added
- GA release of support for mobile number types
azure-ai-voicelive_1.0.0b1
1.0.0b1 (2025-08-28)
Features Added
- Added WebSocket connection support through
connect(). - Added
VoiceLiveConnectionfor managing WebSocket connections. - Added models of Voice Live preview.
- Added WebSocket-based examples in the samples directory.
Other Changes
- Initial preview release.
azure-mgmt-containerservicefleet_4.0.0b1
4.0.0b1 (2025-08-04)
Features Added
- Client
ContainerServiceFleetMgmtClientadded operation groupgates - Model
UpdateGroupadded propertybefore_gates - Model
UpdateGroupadded propertyafter_gates - Model
UpdateGroupStatusadded propertybefore_gates - Model
UpdateGroupStatusadded propertyafter_gates - Model
UpdateStageadded propertybefore_gates - Model
UpdateStageadded propertyafter_gates - Model
UpdateStageStatusadded propertybefore_gates - Model
UpdateStageStatusadded propertyafter_gates - Enum
UpdateStateadded memberPENDING - Enum
UpgradeChanneladded memberTARGET_KUBERNETES_VERSION - Added model
FleetMemberUpdateProperties - Added model
Gate - Added model
GateConfiguration - Added model
GatePatch - Added model
GatePatchProperties - Added model
GateProperties - Added enum
GateProvisioningState - Added enum
GateState - Added model
GateTarget - Added enum
GateType - Added enum
Timing - Added model
UpdateRunGateStatus - Added model
UpdateRunGateTargetProperties - Added operation group
GatesOperations
Breaking Changes
- This version introduces new hybrid models which have dual dictionary and model nature. And please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for mgration.
- Model
FleetMemberUpdatedeleted or renamed its instance variablegroup - Method
AutoUpgradeProfilesOperations.begin_create_or_updaterenamed positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
AutoUpgradeProfilesOperations.begin_deleterenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
FleetMembersOperations.begin_createrenamed positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
FleetMembersOperations.begin_deleterenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
FleetMembersOperations.begin_updaterenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
FleetUpdateStrategiesOperations.begin_create_or_updaterenamed positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
FleetUpdateStrategiesOperations.begin_deleterenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
FleetsOperations.begin_create_or_updaterenamed positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
FleetsOperations.begin_deleterenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
FleetsOperations.begin_updaterenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
UpdateRunsOperations.begin_create_or_updaterenamed positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
UpdateRunsOperations.begin_deleterenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
UpdateRunsOperations.begin_skiprenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
UpdateRunsOperations.begin_startrenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition - Method
UpdateRunsOperations.begin_stoprenamed positional_or_keyword parameterif_matchto keyword_only parametersetag/match_condition
azure-ai-language-conversations_2.0.0b1
2.0.0b1 (2025-08-22)
Features Added
-
Added support for service version 2024-05-01, 2024-11-01, 2024-11-15-preview,2025-05-15-preview.
-
Added custom poller AnalyzeConversationLROPoller and AnalyzeConversationAsyncLROPoller, and make begin_analyze_conversation_job return AnalyzeConversationLROPoller[ItemPaged[ConversationActions]] or AnalyzeConversationAsyncLROPoller[ItemPaged[ConversationActions]].
-
Added three different type of Redaction Policy
CharacterMaskPolicyType,EntityMaskTypePolicyTypeandNoMaskPolicyType. -
Added AI Conversation Analyze (Multi-turn conversation prediction) feature.
-
Added tests and samples for new features.
Breaking Changes
- Removed support for Conversations Authoring.