-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ServiceBus - Track2 - Deprecate AsyncServiceBusSharedKeyCredentialPolicy and Credential #12533
Labels
Milestone
Comments
KieranBrantnerMagee
added
Service Bus
Client
This issue points to a problem in the data-plane of the library.
labels
Jul 14, 2020
KieranBrantnerMagee
added a commit
that referenced
this issue
Jul 14, 2020
…ialPolicy. 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: #12533
scbedd
added a commit
that referenced
this issue
Jul 14, 2020
* 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: #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]>
Closing as no longer needed, credential must be async for async client, merging only applies to sync-only. |
openapi-sdkautomation bot
pushed a commit
to AzureSDKAutomation/azure-sdk-for-python
that referenced
this issue
Jan 22, 2021
Add format for integer type to fix linter validation (Azure#12533) Co-authored-by: Chenglong Liu <[email protected]>
nffdiogosilva
pushed a commit
to nffdiogosilva/azure-core
that referenced
this issue
Oct 17, 2022
* 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]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Currently there are both sync and async implementations of this policy and credential.
Per python SDK guidelines, we should unify on a single shared model in the primary (non aio) namespace.
The text was updated successfully, but these errors were encountered: