You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.1.0 (2022-10-13)
Breaking Changes
QuestionAnsweringProjectsClient was renamed to AuthoringClient.
The azure.ai.language.questionanswering.projects namespace was renamed to azure.ai.language.questionanswering.authoring
Authoring client methods: begin_deploy_project, begin_import_assets, begin_update_sources
and begin_update_qnas now return a response upon completion of the long-running operation.
Keyword argument format renamed to file_format for begin_export and begin_import_assets.
Bugs Fixed
Fixed a bug where the client-level keyword argument default_language was not being honored for get_answers_from_text.