1.0.0-beta.3 (2025-12-05)
Features Added
-
Added support for service version 2025-11-15-preview.
-
Added support for service version 2025-11-01.
Breaking Changes
-
Changed parameter type from
ConversationAuthoringDeleteDeploymentDetailstoConversationAuthoringProjectResourceIdswhen callingDeleteDeploymentFromResources, with property name changed fromAssignedResourceIdstoAzureResourceIds. -
Changed function name from
GetDeploymentResourcestoGetProjectResources, change its return type fromConversationAuthoringAssignedDeploymentResourcetoConversationAuthoringAssignedProjectResource. -
Changed function name from
AssignDeploymentResourcestoAssignProjectResources, and its parameter type fromConversationAuthoringAssignDeploymentResourcesDetailstoConversationAuthoringAssignProjectResourcesDetails. -
Changed function name from
UnassignDeploymentResourcestoUnassignProjectResources, changed its parameter type fromConversationAuthoringUnassignDeploymentResourcesDetailstoConversationAuthoringProjectResourceIds. -
Changed function name from
GetAssignDeploymentResourcesStatustoGetAssignProjectResourcesStatus, change its return type fromConversationAuthoringDeploymentResourcesStatetoConversationAuthoringProjectResourcesState. -
Changed function name from
GetUnassignDeploymentResourcesStatustoGetUnassignProjectResourcesStatus, change its return type fromConversationAuthoringDeploymentResourcesStatetoConversationAuthoringProjectResourcesState. -
For function
CreateProject, includeprojectNamewhen constructingConversationAuthoringCreateProjectDetails.
Other Changes
- Add samples for the following functions(sync and async):
- ListAssignedResourceDeployments
- ListProjectResources
- DeleteDeploymentFromResources
- GetDeploymentDeleteFromResourcesStatus
Bugs Fixed
- Fixed diagnostic scope names in
ConversationAuthoringProjectmethods.