github Azure/azure-sdk-for-net Azure.AI.Language.Conversations.Authoring_1.0.0-beta.3

pre-release17 hours ago

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 ConversationAuthoringDeleteDeploymentDetails to ConversationAuthoringProjectResourceIds when calling DeleteDeploymentFromResources, with property name changed from AssignedResourceIds to AzureResourceIds.

  • Changed function name from GetDeploymentResources to GetProjectResources, change its return type from ConversationAuthoringAssignedDeploymentResource to ConversationAuthoringAssignedProjectResource.

  • Changed function name from AssignDeploymentResources to AssignProjectResources, and its parameter type from ConversationAuthoringAssignDeploymentResourcesDetails to ConversationAuthoringAssignProjectResourcesDetails.

  • Changed function name from UnassignDeploymentResources to UnassignProjectResources, changed its parameter type from ConversationAuthoringUnassignDeploymentResourcesDetails to ConversationAuthoringProjectResourceIds.

  • Changed function name from GetAssignDeploymentResourcesStatus to GetAssignProjectResourcesStatus, change its return type from ConversationAuthoringDeploymentResourcesState to ConversationAuthoringProjectResourcesState.

  • Changed function name from GetUnassignDeploymentResourcesStatus to GetUnassignProjectResourcesStatus, change its return type from ConversationAuthoringDeploymentResourcesState to ConversationAuthoringProjectResourcesState.

  • For function CreateProject, include projectName when constructing ConversationAuthoringCreateProjectDetails.

Other Changes

  • Add samples for the following functions(sync and async):
    • ListAssignedResourceDeployments
    • ListProjectResources
    • DeleteDeploymentFromResources
    • GetDeploymentDeleteFromResourcesStatus

Bugs Fixed

  • Fixed diagnostic scope names in ConversationAuthoringProject methods.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.