-
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
[Service Bus] Deprecate Internal _Accesstoken #14450
[Service Bus] Deprecate Internal _Accesstoken #14450
Conversation
…elf, now that its available
Thank you for your contribution egelfand! We will review the pull request and get back to you soon. |
I don't know if you're able to view the CI output so I've pasted the current exception below, should be a simple fix (just addressing the async import for this same stanza) otherwise this approach looks solid.
|
…us/deprecate_internal_accesstoken
hey @egelfand , thanks for the PR :) we're very close to merging it with just three minor mypy/pylint issue: mypy is reporting:
action: pylint is reporting:
action: we could simply remove the import I'm sure CI would be happy after we apply the changes, then we could approve and merge the PR. |
…us/deprecate_internal_accesstoken
/azp run python - servicebus - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
hey @egelfand, your PR looks good to me, could you sign the agreement mentioned by microsoft-cla: so that we could merge your PR. |
Just did so, thanks for all of your help! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the contribution!
* replaced references to internal _accesstoken with the accesstoken itself, now that its available * Further replaced references to internal _Accesstoken with Accesstoken itself. * Corrected mypy/pylint errors
Replaced references to internal _Accesstoken with the Accesstoken itself, now that its available. Closes #13638.