Skip to content

Azure.AI.Language.QuestionAnswering_1.1.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 14 Oct 00:01
08a9098

1.1.0 (2022-10-13)

Breaking Changes

  • Renamed the QuestionAnsweringProjectsClient to QuestionAnsweringAuthoringClient and moved it to the Azure.AI.Language.QuestionAnswering.Authoring namespace.
  • Changed method return types of QuestionAnsweringAuthoringClient.UpdateQnas and UpdateQnasAsync to return an Operation<Pageable<BinaryData>> and Operation<AsyncPageable<BinaryData>> respectively.
  • Changed method return types of QuestionAnsweringAuthoringClient.UpdateSources and UpdateSourcesAsync to return an Operation<Pageable<BinaryData>> and Operation<AsyncPageable<BinaryData>> respectively.
  • Changed return type of QuestionAnsweringAuthoringClient.DeleteProject and DeleteProjectAsync from Operation<BinaryData> to just Operation.