forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Types in poller * Black it right * Saving this week's work * Move typing * Split base polling in two * Typing fixes * Typing update * Black * Unecessary Generic * Stringify types * Fix import * Spellcheck * Weird typo... * PyLint * More types * Update sdk/core/azure-core/azure/core/polling/async_base_polling.py Co-authored-by: Kashif Khan <361477+kashifkhan@users.noreply.github.com> * Missing type * Typing of the day * Re-enable verifytypes * Simplify the expectations async pipeline has on the response * Async Cxt Manager * Final Typing? * More covariant * Upside down * Fix tests * Messed up merge * Pylint * Better Typing * Final typing? * Pylint * Simplify translation typing for now * Fix backcompat with azure-mgmt-core * Revert renaming private methods * Black * Feedback from @kristapratico * Docstrings part 1 * Polling pylint part 2 * Black * All LRO impl should use TypeVar * Feedback * Convert some Anyu after feedback * Spellcheck * Black * Update sdk/core/azure-core/azure/core/polling/_async_poller.py * Update sdk/core/azure-core/azure/core/polling/_async_poller.py * Update sdk/core/azure-core/azure/core/polling/_poller.py --------- Co-authored-by: Kashif Khan <361477+kashifkhan@users.noreply.github.com>
- Loading branch information
1 parent
715008b
commit 8f06d2c
Showing
15 changed files
with
642 additions
and
279 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,6 +215,7 @@ | |
"ints", | ||
"iohttp", | ||
"IOHTTP", | ||
"IOLRO", | ||
"inprogress", | ||
"ipconfiguration", | ||
"ipconfigurations", | ||
|
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
Oops, something went wrong.