[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! |
yunhaoling
left a comment
There was a problem hiding this comment.
thanks for the contribution!
Replaced references to internal _Accesstoken with the Accesstoken itself, now that its available. Closes #13638.