-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LRO Continuation Token [need azure-core 1.6.0] (#565)
* LRO Continuation Token * Test * No print * Async poller * Async continuation token tests * Remove not-begin approach * Move back lro_delay extract * Update tests to begin_ in async * Feedback * Feedback regeneration * added continuation_token to reserved parameters * Making it a 5.1.0-preview.1 * 5.1.0 preview.1 changelog * Update dependencies * Fix more tests * Regenerate * More dep changes * fixed async docs and typing * added return type to LROPoller sync typing * LRO continuation token typing and doc fixes (#645) * fixed async docs and typing * added return type to LROPoller sync typing * LRO handling in multiapi with async LROPoller (#649) * fixed async docs and typing * added return type to LROPoller sync typing * fixed handling of LRO in multiapi * fixed return type for async functions * Lro multiapi merge imports (#651) * fixed async docs and typing * added return type to LROPoller sync typing * merging imports across all versions for multiapi mixins * fixed pylint and mypy * azure-core 1.6.0 is released * Upgrade changelog * Last testserver * Missing folder Co-authored-by: iscai-msft <[email protected]> Co-authored-by: iscai-msft <[email protected]>
- Loading branch information
1 parent
86c1c0f
commit f28fdc6
Showing
170 changed files
with
5,390 additions
and
2,396 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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.