-
Notifications
You must be signed in to change notification settings - Fork 62
LRO Continuation Token [need azure-core 1.6.0] #565
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
33 commits
Select commit
Hold shift + click to select a range
d7c4b2e
LRO Continuation Token
lmazuel 7866ca9
Test
lmazuel 4f4fefa
No print
lmazuel 7917df2
Async poller
lmazuel 60d005e
Async continuation token tests
lmazuel ac3094f
Merge remote-tracking branch 'origin/autorestv3' into lro_continuatio…
lmazuel 6914945
Remove not-begin approach
lmazuel 527f04b
Move back lro_delay extract
lmazuel 4796243
Update tests to begin_ in async
lmazuel fc7e1aa
Feedback
lmazuel 5f6315c
Feedback regeneration
lmazuel cedac73
added continuation_token to reserved parameters
iscai-msft a7f46af
Making it a 5.1.0-preview.1
lmazuel 6cee701
Merge remote-tracking branch 'origin/autorestv3' into lro_continuatio…
lmazuel 9dc1331
5.1.0 preview.1 changelog
lmazuel 77151cf
Update dependencies
lmazuel 905a1d0
Fix more tests
lmazuel 31086bf
Regenerate
lmazuel a223804
More dep changes
lmazuel 74ef612
fixed async docs and typing
iscai-msft 08d3953
added return type to LROPoller sync typing
iscai-msft 4f1c3f8
LRO continuation token typing and doc fixes (#645)
iscai-msft feb6347
Merge branch 'lro_continuation_token' of https://github.com/Azure/aut…
iscai-msft 6ad0b77
LRO handling in multiapi with async LROPoller (#649)
iscai-msft 57cabc0
Merge branch 'lro_continuation_token' of https://github.com/Azure/aut…
iscai-msft 7b4ebfd
Lro multiapi merge imports (#651)
iscai-msft 7bc1059
Merge branch 'autorestv3' of https://github.com/Azure/autorest.python…
iscai-msft 18e964a
Merge branch 'lro_continuation_token' of https://github.com/Azure/aut…
iscai-msft 1bb205f
Merge remote-tracking branch 'origin/autorestv3' into lro_continuatio…
lmazuel cc51b64
azure-core 1.6.0 is released
lmazuel fada35a
Upgrade changelog
lmazuel 934177a
Last testserver
lmazuel b5d08a5
Missing folder
lmazuel 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # ------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for | ||
| # license information. | ||
| # -------------------------------------------------------------------------- | ||
|
|
||
| from .imports import ImportType, FileImport, TypingSection | ||
|
|
||
| __all__ = [ | ||
| "ImportType", | ||
| "FileImport", | ||
| "TypingSection" | ||
| ] |
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.