Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[formrecognizer] Build model update #25416

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

catalinaperalta
Copy link
Member

@catalinaperalta catalinaperalta commented Jul 27, 2022

Updating begin_build_model() to be more flexible for future design work. Also renaming source to blob_container_url.

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-ai-formrecognizer

Copy link
Member

@kristapratico kristapratico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@catalinaperalta catalinaperalta merged commit 28c7237 into Azure:main Aug 1, 2022
@catalinaperalta catalinaperalta deleted the buildModelUpdate branch August 1, 2022 19:58
@@ -6,6 +6,8 @@
- Added `TargetAuthorization` of type `dict[str, str]`.

### Breaking Changes
- Renamed `source` argument to `blob_container_url` on `begin_build_model()`.
- Changed argument order on `begin_build_model()`. `build_mode` is the first expected argument, followed by `blob_container_url`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious why we made this change?

wonder6845 pushed a commit to wonder6845/azure-sdk-for-python that referenced this pull request Aug 23, 2022
* rename source param and reorder

* changelog, docs, samples updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants