Releases: Azure/azure-sdk-for-python
Releases · Azure/azure-sdk-for-python
azure-ai-evaluation_1.11.0
1.11.0 (2025-09-02)
Features Added
- Added support for user-supplied tags in the
evaluate
function. Tags are key-value pairs that can be used for experiment tracking, A/B testing, filtering, and organizing evaluation runs. The function accepts atags
parameter. - Added support for user-supplied TokenCredentials with LLM based evaluators.
- Enhanced
GroundednessEvaluator
to support AI agent evaluation with tool calls. The evaluator now accepts agent response data containing tool calls and can extract context fromfile_search
tool 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_search
tool is used. - Added
language
parameter toRedTeam
class for multilingual red team scanning support. The parameter accepts values fromSupportedLanguages
enum 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
RedTeam
scanning. 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
AdversarialSimulator
in favor of the AI Red Teaming Agent.AdversarialSimulator
will be removed in the next minor release. - Moved retry configuration constants (
MAX_RETRY_ATTEMPTS
,MAX_RETRY_WAIT_SECONDS
,MIN_RETRY_WAIT_SECONDS
) fromRedTeam
class to newRetryManager
class for better code organization and configurability.
azure-mgmt-storagediscovery_1.0.0b2
1.0.0b2 (2025-09-03)
Features Added
- Client
StorageDiscoveryMgmtClient
added parametercloud_setting
in method__init__
azure-mgmt-playwright_1.0.0
1.0.0 (2025-08-21)
Features Added
- Model
PlaywrightWorkspaceProperties
added 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
VoiceLiveConnection
for 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
ContainerServiceFleetMgmtClient
added operation groupgates
- Model
UpdateGroup
added propertybefore_gates
- Model
UpdateGroup
added propertyafter_gates
- Model
UpdateGroupStatus
added propertybefore_gates
- Model
UpdateGroupStatus
added propertyafter_gates
- Model
UpdateStage
added propertybefore_gates
- Model
UpdateStage
added propertyafter_gates
- Model
UpdateStageStatus
added propertybefore_gates
- Model
UpdateStageStatus
added propertyafter_gates
- Enum
UpdateState
added memberPENDING
- Enum
UpgradeChannel
added 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
FleetMemberUpdate
deleted or renamed its instance variablegroup
- Method
AutoUpgradeProfilesOperations.begin_create_or_update
renamed positional_or_keyword parametersif_match
/if_none_match
to keyword_only parametersetag
/match_condition
- Method
AutoUpgradeProfilesOperations.begin_delete
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
FleetMembersOperations.begin_create
renamed positional_or_keyword parametersif_match
/if_none_match
to keyword_only parametersetag
/match_condition
- Method
FleetMembersOperations.begin_delete
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
FleetMembersOperations.begin_update
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
FleetUpdateStrategiesOperations.begin_create_or_update
renamed positional_or_keyword parametersif_match
/if_none_match
to keyword_only parametersetag
/match_condition
- Method
FleetUpdateStrategiesOperations.begin_delete
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
FleetsOperations.begin_create_or_update
renamed positional_or_keyword parametersif_match
/if_none_match
to keyword_only parametersetag
/match_condition
- Method
FleetsOperations.begin_delete
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
FleetsOperations.begin_update
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
UpdateRunsOperations.begin_create_or_update
renamed positional_or_keyword parametersif_match
/if_none_match
to keyword_only parametersetag
/match_condition
- Method
UpdateRunsOperations.begin_delete
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
UpdateRunsOperations.begin_skip
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
UpdateRunsOperations.begin_start
renamed positional_or_keyword parameterif_match
to keyword_only parametersetag
/match_condition
- Method
UpdateRunsOperations.begin_stop
renamed positional_or_keyword parameterif_match
to 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
,EntityMaskTypePolicyType
andNoMaskPolicyType
. -
Added AI Conversation Analyze (Multi-turn conversation prediction) feature.
-
Added tests and samples for new features.
Breaking Changes
- Removed support for Conversations Authoring.
azure-ai-projects_1.1.0b3
1.1.0b3 (2025-08-26)
Features added
- File
setup.py
was updated to indicate the dependencyazure-ai-agents>=1.2.0b3
instead ofazure-ai-agents>=1.0.0
. This means that in a clean environment, installing
viapip install --pre azure-ai-projects
will install latest beta version ofazure-ai-agents
(which has features in preview) instead of latest stable version (which does
not include preview features).
azure-mgmt-web_10.0.0
10.0.0 (2025-08-21)
Breaking Changes
- This package now only targets the latest Api-Version available on Azure and removes APIs of other Api-Version. After this change, the package can have much smaller size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.