-
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.
* update pinned CI deps * fix custom checkers - rename msg_id -> msgid * pylint updates for text analytics and form recognizer * pylint updates for azure-identity and azure-keyvault-keys * disable import-outside-toplevel * Pylint for azure-core * Mypy + pylint are friends * Fix errors for pylint 2.5.2 * disable azure-identity warnings * Refactor ReceivedMessageBase off such that the AIO version of ReceivedMessage does not violate pylint by overriding sync with async methods. Now the sync-specific/async-specific versions imply implement their respective settlement methods, with the shared scaffolding in base. * Temporarily disable pylint checks for AsyncServiceBusSharedKeyCredentialPolicy. In the mid-term we need to deprecate the Async versions of this policy and credential to unify on a single model in the primary namespace, see issue here: Azure/azure-sdk-for-python#12533 * Fix deferred settlement tests by reverting the mgmt link settlement await. * [Storage][Pylint]Fix Pylint * resolve conflicts Co-authored-by: Krista Pratico <[email protected]> Co-authored-by: Charles Lowell <[email protected]> Co-authored-by: Laurent Mazuel <[email protected]> Co-authored-by: yijxie <[email protected]> Co-authored-by: Kieran Brantner-Magee <[email protected]> Co-authored-by: xiafu <[email protected]>
- Loading branch information
1 parent
6b87aff
commit 23a1ed4
Showing
9 changed files
with
19 additions
and
19 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