github Azure/azure-sdk-for-net Azure.AI.Language.QuestionAnswering_1.1.0

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.

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

NewReleases is sending notifications on new releases.