-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[formrecognizer] support Copy API #11372
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
f73471a
add copy feature gen code
kristapratico 3903319
add copy implementation (wip)
kristapratico d7160bb
update copy implementation
kristapratico 24a1636
add copy model samples
kristapratico 957cce1
add back get copy auth method and update samples
kristapratico 3ff9b0b
add CopyAuthorization to init
kristapratico d127002
changes from feedback on design
kristapratico a8ac624
raise better error messages in polling for failed copying
kristapratico 19c77c7
update readme/changelog
kristapratico 40ac006
updating sample snippets
kristapratico 967cff4
Merge branch 'master' into fr-copy-api
kristapratico 464877f
renames to align with .net
kristapratico ff525cb
change copy target to dict
kristapratico d65ab3e
add copy sync/async tests
kristapratico cb25fc7
merge master
kristapratico 23b1d3a
make mypy happy
kristapratico ed4d8e3
update docstrings
kristapratico 0e689f8
merge master
kristapratico bce5031
Merge branch 'master' into fr-copy-api
kristapratico a2a5dac
review feedback
kristapratico 4736418
rename authorize_copy_target -> get_copy_authorization
kristapratico ff26bc6
feedback + add test for copy authorization
kristapratico ca64271
fix to testcase
kristapratico c100972
change description in samples
kristapratico 688c3eb
hardcode region
kristapratico 58a2210
construct resource id in testcase
kristapratico File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_generated/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...zer/azure-ai-formrecognizer/azure/ai/formrecognizer/_generated/_form_recognizer_client.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_generated/_version.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # coding=utf-8 | ||
| # -------------------------------------------------------------------------- | ||
| # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.0.6246, generator: {generator}) | ||
| # Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.0.6282, generator: {generator}) | ||
| # Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
| # -------------------------------------------------------------------------- | ||
|
|
||
| VERSION = "1.0.0b1" | ||
| VERSION = "1.0.0b2" |
2 changes: 1 addition & 1 deletion
2
...formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_generated/aio/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ai-formrecognizer/azure/ai/formrecognizer/_generated/aio/_form_recognizer_client_async.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ure-ai-formrecognizer/azure/ai/formrecognizer/_generated/aio/operations_async/__init__.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.