-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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] Update generated code for preview.3 #16833
[formrecognizer] Update generated code for preview.3 #16833
Conversation
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
Some tests that are still enabled need to be looked into due to preview.3 changes. Also here's the issue tracking uncommenting the tests #16849. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just looks like a few linting errors in CI to resolve but then let's merge! looks great :)
raise ValueError( | ||
"'pages' is only available for API version V2_1_PREVIEW and up" | ||
) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
qq: will pages
support for other prebuilts (business card, invoice) be in another PR? I wasn't sure cause I saw the issue tagged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I might have missed them, but at this point I'll open another PR after this one is merged in and address the missing pages support for the other prebuilts. I'll update the description on this PR to not close that issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, updated the description to not close the issue so I can add the other missing pages support.
sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_form_recognizer_client.py
Show resolved
Hide resolved
* [formrecognizer] Update generated code for preview.3 (#16833) * Adding generated code * update api-version dependent code * update test_receipt.py recordings * update generated code * update msrest dependency, add pages to custom form calls * skipping tests for undeployed endpoints * update pages doc comment * fix async operations and testcase handling * clean up response urls * adding content recordings * adding invoice test recordings * adding receipt recordings * update multiapi tests * update testcase and recordings * updating mgmt tests * update msrest requirement * update async client * [formrecognizer] Adding comment about image/bmp being accepted (#17130) * adding comment about image/bmp being accepted * add comments on async clients * update changelog * [formrecognizer] Add Identity Documents APIs (#17128) * Adding ID docs APIs and tests * comment test assertions, add recordings * pylint * fix type declaration * update changelog and descriptions * [formrecognizer] Adding sync and async samples for ID documents (#17186) * adding sync and async samples * rename sample function * get poller result instead of wait (#17299) * [formrecognizer] Add missing pages comments and tests (#17197) * add missing pages comments * update polling declaration in fr clients in custom forms * adding tests and recordings * updating changelog * remove extra pages tests in content tests * regenerate with latest preview 3 changes (#17400) * Adding more custom forms kwargs fixes (#17397) * pending id docs fixes (#17436) * [formrecognizer] rerecord tests for preview.3 (#17460) * enable business card and compose tests * enable training tests * rerecord training tests with correct multipage documents * rerecord copy tests with preview.3 * rerecord custom forms with preview.3 * rerecord invoices with preview.3 * rerecord receipts for preview.3 * rerecord mgmt tests for preview.3 Co-authored-by: Catalina Peralta <[email protected]> * add missing recording and unskip aad test * access correct env var for aad tests Co-authored-by: catalinaperalta <[email protected]>
Resolves #16682.
Addresses in part #16285.