Releases: Azure/azure-sdk-for-python
azure-ai-agentserver-core_1.0.0b5
1.0.0b5 (2025-11-16)
Feature Added
- Support Tools Oauth
Bugs Fixed
- Fixed streaming generation issues.
azure-ai-agentserver-agentframework_1.0.0b5
1.0.0b5 (2025-11-16)
Feature Added
- Support Tools Oauth
Bugs Fixed
- Fixed streaming generation issues.
azure-ai-evaluation_1.13.7
1.13.7 (2025-11-14)
Bugs Fixed
- Fixed NoneType error when generating usage summary in evaluation results.
- Fixed results for f1_score.
azure-ai-projects_2.0.0b2
2.0.0b2 (2025-11-14)
Features Added
- Tracing: support for workflow agent tracing.
- Agent Memory operations, including code for custom LRO poller. See methods on the ".memory_store"
property ofAIProjectClient.
Breaking changes
get_openai_client()method on the asynchronous AIProjectClient is no longer an "async" method.- Tracing: tool call output event content format updated to be in line with other events.
Bugs Fixed
- Tracing: operation name attribute added to create agent span, token usage added to streaming response generation span.
Sample updates
- Added samples to show usage of the Memory Search Tool (see sample_agent_memory_search.py) and its async equivalent.
- Added samples to show Memory management. See samples in the folder
samples\memories. - Added
finetuningsamples for operations create, retrieve, list, list_events, list_checkpoints, cancel, pause and resume. Also, these samples includes various finetuning techniques like Supervised (SFT), Reinforcement (RFT) and Direct performance optimization (DPO). - In all most samples, credential, project client, and openai client are combined into one context manager.
- Remove
awaitwhile callingget_openai_client()for samples using asynchronous clients.
azure-ai-language-conversations-authoring_1.0.0b2
1.0.0b2 (2025-11-14)
Features Added
- Added support for service version 2025-11-15-preview.
Breaking Changes
-
Changed parameter type from
DeleteDeploymentDetailstoProjectResourceIdswhen callingbegin_delete_deployment_from_resources, with property name changed fromassigned_resource_idstoazure_resource_ids. -
Changed function name from
list_deployment_Resourcestolist_project_resources, change its return type fromAssignedDeploymentResourcetoAssignedProjectResource. -
Changed function name from
begin_assign_deployment_resourcestobegin_assign_project_resources, and its parameter type fromAssignDeploymentResourcesDetailstoAssignProjectResourcesDetails. -
Changed function name from
begin_unassign_deployment_resourcestobegin_unassign_project_resources, changed its parameter type fromUnassignDeploymentResourcesDetailstoProjectResourceIds. -
Changed function name from
get_assign_deployment_resources_statustoget_assign_project_resources_status, change its return type fromDeploymentResourcesStatetoProjectResourcesState. -
Changed function name from
get_unassign_deployment_resources_statustoget_unassign_project_resources_status, change its return type fromDeploymentResourcesStatetoProjectResourcesState.
Other Changes
- Add samples for the following functions(sync and async):
- list_assigned_resource_deployments
- list_project_resources
- delete_deployment_from_resources
- get_assign_project_resources_status
- get_unassign_project_resources_status
- get_deployment_delete_from_resources_status
azure-monitor-opentelemetry_1.8.2
azure-mgmt-mysqlflexibleservers_1.0.0
1.0.0 (2025-11-07)
Features Added
- Model
MySQLManagementClientadded parametercloud_settingin method__init__ - Client
MySQLManagementClientadded operation groupprivate_endpoint_connections - Client
MySQLManagementClientadded operation groupprivate_link_resources - Model
MaintenanceWindowadded propertybatch_of_maintenance - Model
OperationProgressResultadded propertyproperties - Added enum
BatchOfMaintenance - Added enum
Origin - Added model
PrivateEndpointConnectionListResult - Added model
PrivateLinkResource - Added model
PrivateLinkResourceListResult - Added operation group
PrivateEndpointConnectionsOperations - Added operation group
PrivateLinkResourcesOperations
Breaking Changes
- Model
OperationProgressResultinstance variableobject_typehas been moved under propertyproperties - Deleted unused model
Provisioning
azure-mgmt-cosmosdb_9.9.0
9.9.0 (2025-11-14)
Features Added
- Model
CosmosDBManagementClientadded parametercloud_settingin method__init__ - Client
CosmosDBManagementClientadded operation groupfleet - Client
CosmosDBManagementClientadded operation groupfleetspace - Client
CosmosDBManagementClientadded operation groupfleetspace_account - Model
DatabaseAccountCreateUpdateParametersadded propertyenable_priority_based_execution - Model
DatabaseAccountCreateUpdateParametersadded propertydefault_priority_level - Model
DatabaseAccountGetResultsadded propertykey_vault_key_uri_version - Model
DatabaseAccountGetResultsadded propertyenable_priority_based_execution - Model
DatabaseAccountGetResultsadded propertydefault_priority_level - Model
DatabaseAccountUpdateParametersadded propertyenable_priority_based_execution - Model
DatabaseAccountUpdateParametersadded propertydefault_priority_level - Model
IndexingPolicyadded propertyfull_text_indexes - Model
RestoreParametersadded propertysource_backup_location - Enum
Statusadded memberCANCELED - Enum
Statusadded memberCREATING - Enum
Statusadded memberFAILED - Enum
Statusadded memberSUCCEEDED - Enum
Statusadded memberUPDATING - Enum
VectorDataTypeadded memberFLOAT16 - Model
VectorIndexadded propertyquantization_byte_size - Model
VectorIndexadded propertyindexing_search_list_size - Model
VectorIndexadded propertyvector_index_shard_key - Added enum
DefaultPriorityLevel - Added model
ErrorDetailAutoGenerated - Added model
ErrorResponseAutoGenerated2 - Added model
FleetListResult - Added model
FleetResource - Added model
FleetResourceUpdate - Added model
FleetspaceAccountListResult - Added model
FleetspaceAccountPropertiesGlobalDatabaseAccountProperties - Added model
FleetspaceAccountResource - Added model
FleetspaceListResult - Added enum
FleetspacePropertiesFleetspaceApiKind - Added enum
FleetspacePropertiesServiceTier - Added model
FleetspacePropertiesThroughputPoolConfiguration - Added model
FleetspaceResource - Added model
FleetspaceUpdate - Added model
FullTextIndexPath - Added model
ProxyResourceAutoGenerated - Added model
ResourceAutoGenerated - Added model
TrackedResource - Added operation group
FleetOperations - Added operation group
FleetspaceAccountOperations - Added operation group
FleetspaceOperations
azure-cosmos_4.14.2
4.14.2 (2025-11-14)
Features Added
- Added merge support. See PR 42924.
- Added support for priority-based throttling at the client level for sync and async clients. See PR 43917
Bugs Fixed
- Fixed bug where customer provided excluded region was not always being honored during certain transient failures. See PR 43602
- Fixed TypeError bug when
parameters=Noneinquery_items. See PR 43681
Other Changes
azure-ai-evaluation_1.13.6
1.13.6 (2025-11-12)
Bugs Fixed
- Added detection and retry handling for network errors wrapped in generic exceptions with "Error sending prompt with conversation ID" message
- Fix results for ungrounded_attributes
- score_mode grader improvements
- fix for Red Team to ensure hate/unfairness evaluation rows populate when OneDP sync evaluators report results under the hate_unfairness metric name.