Skip to content

Commit cefece2

Browse files
amber-Chen-86azure-sdkbidisha-c
authored
Conv authoring py sdk 20251115preview (#43915)
* Configurations: 'specification/cognitiveservices/data-plane/LanguageAnalyzeConversationsAuthoring/tspconfig.yaml', API Version: 2025-11-15-preview, SDK Release Type: beta, and CommitSHA: 'd8f039ebd965e40471a082c547b103dd5dc9a33b' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5552628 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * updated version to 1.0.0b2 * removed generated samples * added patch for clients * remove internal from generated features * renamed deployment_resources to project_resources * update feature names in samples * updated assign_deployment_resources to assign_project_resources * updated all tests and samples * update assets.json * updated readme * update samples readme * fix spell check * fix pylint * add breaking changes in changelog * updated change logs * fix --------- Co-authored-by: azure-sdk <azuresdk@microsoft.com> Co-authored-by: Bidisha Chakraborty <29803402+bidisha-c@users.noreply.github.com>
1 parent 283e65a commit cefece2

File tree

98 files changed

+4028
-5537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+4028
-5537
lines changed

.vscode/cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@
909909
},
910910
{
911911
"filename": "sdk/cognitivelanguage/azure-ai-language-conversations-authoring/**",
912-
"words": [ "unassigning" ],
912+
"words": [ "unassigning", "unassignment" ],
913913
"caseSensitive": false
914914
},
915915
{

sdk/cognitivelanguage/azure-ai-language-conversations-authoring/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Release History
22

3+
## 1.0.0b2 (2025-11-14)
4+
5+
### Features Added
6+
- Added support for service version 2025-11-15-preview.
7+
8+
### Breaking Changes
9+
- 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`.
10+
11+
- Changed function name from `list_deployment_Resources` to `list_project_resources`, change its return type from `AssignedDeploymentResource` to `AssignedProjectResource`.
12+
13+
- Changed function name from `begin_assign_deployment_resources` to `begin_assign_project_resources`, and its parameter type from `AssignDeploymentResourcesDetails` to `AssignProjectResourcesDetails`.
14+
15+
- Changed function name from `begin_unassign_deployment_resources` to `begin_unassign_project_resources`, changed its parameter type from `UnassignDeploymentResourcesDetails` to `ProjectResourceIds`.
16+
17+
- Changed function name from `get_assign_deployment_resources_status` to `get_assign_project_resources_status`, change its return type from `DeploymentResourcesState` to `ProjectResourcesState`.
18+
19+
- Changed function name from `get_unassign_deployment_resources_status` to `get_unassign_project_resources_status`, change its return type from `DeploymentResourcesState` to `ProjectResourcesState`.
20+
21+
### Other Changes
22+
- Add samples for the following functions(sync and async):
23+
- list_assigned_resource_deployments
24+
- list_project_resources
25+
- delete_deployment_from_resources
26+
- get_assign_project_resources_status
27+
- get_unassign_project_resources_status
28+
- get_deployment_delete_from_resources_status
29+
330
## 1.0.0b1 (2025-09-05)
431

532
### Features Added

0 commit comments

Comments
 (0)