1.1.0 (2022-10-13)
Breaking Changes
- Renamed the
QuestionAnsweringProjectsClient
toQuestionAnsweringAuthoringClient
and moved it to theAzure.AI.Language.QuestionAnswering.Authoring
namespace. - Changed method return types of
QuestionAnsweringAuthoringClient.UpdateQnas
andUpdateQnasAsync
to return anOperation<Pageable<BinaryData>>
andOperation<AsyncPageable<BinaryData>>
respectively. - Changed method return types of
QuestionAnsweringAuthoringClient.UpdateSources
andUpdateSourcesAsync
to return anOperation<Pageable<BinaryData>>
andOperation<AsyncPageable<BinaryData>>
respectively. - Changed return type of
QuestionAnsweringAuthoringClient.DeleteProject
andDeleteProjectAsync
fromOperation<BinaryData>
to justOperation
.