1.1.0 (2022-10-13)
Breaking Changes
QuestionAnsweringProjectsClient
was renamed toAuthoringClient
.- The
azure.ai.language.questionanswering.projects
namespace was renamed toazure.ai.language.questionanswering.authoring
- Authoring client methods:
begin_deploy_project
,begin_import_assets
,begin_update_sources
andbegin_update_qnas
now return a response upon completion of the long-running operation. - Keyword argument
format
renamed tofile_format
forbegin_export
andbegin_import_assets
.
Bugs Fixed
- Fixed a bug where the client-level keyword argument
default_language
was not being honored forget_answers_from_text
.
Other Changes
- Python 3.6 is no longer supported. Please use Python version 3.7 or later. For more details, see Azure SDK for Python version support policy.
- Dropped dependency on
msrest
.