Skip to content
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e7466ef
python release notes for the 2025-12 release
azure-sdk Nov 15, 2025
5544c49
python release notes for the 2025-12 release
azure-sdk Nov 15, 2025
9ee7cee
python release notes for the 2025-12 release
azure-sdk Nov 17, 2025
f36ca60
python release notes for the 2025-12 release
azure-sdk Nov 18, 2025
f7d6458
python release notes for the 2025-12 release
azure-sdk Nov 19, 2025
79be646
python release notes for the 2025-12 release
azure-sdk Nov 20, 2025
c8a95c6
python release notes for the 2025-12 release
azure-sdk Nov 21, 2025
80c4014
python release notes for the 2025-12 release
azure-sdk Nov 24, 2025
0d324e3
python release notes for the 2025-12 release
azure-sdk Nov 24, 2025
32fe563
python release notes for the 2025-12 release
azure-sdk Nov 25, 2025
7a47ec6
python release notes for the 2025-12 release
azure-sdk Nov 26, 2025
8eaefb0
python release notes for the 2025-12 release
azure-sdk Nov 27, 2025
f07c60c
python release notes for the 2025-12 release
azure-sdk Dec 4, 2025
c672635
python release notes for the 2025-12 release
azure-sdk Dec 4, 2025
669d099
python release notes for the 2025-12 release
azure-sdk Dec 4, 2025
07ec0a1
python release notes for the 2025-12 release
azure-sdk Dec 5, 2025
80b2087
python release notes for the 2025-12 release
azure-sdk Dec 5, 2025
68b31ce
python release notes for the 2025-12 release
azure-sdk Dec 7, 2025
ea0aaa4
python release notes for the 2025-12 release
azure-sdk Dec 8, 2025
fbc9145
python release notes for the 2025-12 release
azure-sdk Dec 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions _data/releases/2025-12/python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
entries:
- Name: azure-ai-language-conversations-authoring
Version: 1.0.0b2
DisplayName: Conversations Authoring
ServiceName: Cognitive Services
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-language-conversations-authoring_1.0.0b2/sdk/cognitivelanguage/azure-ai-language-conversations-authoring/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- Added support for service version 2025-11-15-preview.

#### Breaking Changes
- Changed parameter type from `DeleteDeploymentDetails` to `ProjectResourceIds` when calling `begin_delete_deployment_from_resources`, with property name changed from `assigned_resource_ids` to `azure_resource_ids`.

- Changed function name from `list_deployment_Resources` to `list_project_resources`, change its return type from `AssignedDeploymentResource` to `AssignedProjectResource`.

- Changed function name from `begin_assign_deployment_resources` to `begin_assign_project_resources`, and its parameter type from `AssignDeploymentResourcesDetails` to `AssignProjectResourcesDetails`.

- Changed function name from `begin_unassign_deployment_resources` to `begin_unassign_project_resources`, changed its parameter type from `UnassignDeploymentResourcesDetails` to `ProjectResourceIds`.

- Changed function name from `get_assign_deployment_resources_status` to `get_assign_project_resources_status`, change its return type from `DeploymentResourcesState` to `ProjectResourcesState`.

- Changed function name from `get_unassign_deployment_resources_status` to `get_unassign_project_resources_status`, change its return type from `DeploymentResourcesState` to `ProjectResourcesState`.

Loading