github Azure/azure-sdk-for-python azure-ai-formrecognizer_3.2.0b6

latest releases: azure-mgmt-servicenetworking_1.1.0b1, azure-mgmt-trustedsigning_1.0.0b1, azure-mgmt-mongocluster_1.0.0...
pre-release2 years ago

3.2.0b6 (2022-08-09)

Features Added

  • Added TargetAuthorization of type dict[str, str].

Breaking Changes

  • Renamed source argument to blob_container_url on begin_build_model() and made it a required keyword-only argument.
  • Changed argument order on begin_build_model(). build_mode is the first expected argument, followed by blob_container_url.
  • Renamed begin_create_composed_model() on DocumentModelAdministrationClient to begin_compose_model().
  • Renamed get_account_info() on DocumentModelAdministrationClient to get_resource_details().
  • Renamed DocumentBuildMode to ModelBuildMode.
  • Renamed AccountInfo model to ResourceDetails.
  • Renamed DocTypeInfo model to DocumentTypeDetails.
  • Renamed DocumentModelInfo model to DocumentModelSummary.
  • Renamed DocumentModel to DocumentModelDetails.
  • Renamed ModelOperation to DocumentModelOperationDetails.
  • Renamed ModelOperationInfo to DocumentModelOperationSummary.
  • Renamed model parameter to model_id on begin_analyze_document() and begin_analyze_document_from_url().
  • Removed continuation_token keyword from begin_analyze_document() and begin_analyze_document_from_url() on DocumentAnalysisClient and from begin_build_model(), begin_compose_model() and begin_copy_model_to() on DocumentModelAdministrationClient.
  • Changed return type of get_copy_authorization() from dict[str, str] to TargetAuthorization.
  • Changed expected target parameter in begin_copy_to() from dict[str, str] to TargetAuthorization.
  • Long-running operation metadata is now accessible through the details property on the returned DocumentModelAdministrationLROPoller and AsyncDocumentModelAdministrationLROPoller instances.

Other Changes

  • Python 3.6 is no longer supported in this release. Please use Python 3.7 or later.

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

NewReleases is sending notifications on new releases.