-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Remove a bit of Python 2.7 code #38735
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
Conversation
|
Thank you for your contribution @atombrella! We will review the pull request and get back to you soon. |
swathipil
left a comment
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.
lgtm for eventhub and servicebus - thanks @atombrella!
|
/azp run python - pullrequest |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/storage/azure-storage-file-share/azure/storage/fileshare/_shared/parser.py
Show resolved
Hide resolved
mccoyp
left a comment
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.
Key Vault changes look good, but we'll need to sort out the Storage changes before merging, per Jacob's comment.
sdk/core/azure-servicemanagement-legacy/azure/servicemanagement/_common_conversion.py
Outdated
Show resolved
Hide resolved
sdk/core/azure-servicemanagement-legacy/azure/servicemanagement/_serialization.py
Show resolved
Hide resolved
|
API change check API changes are not detected in this pull request. |
|
@kristapratico @lmazuel @swathipil I think this is fine for now. I don't know what causes the test failures on MacOS, but it seems unrelated. |
Looks like a transient error, I re-ran it and it resolved. Thanks for updating the PR! @jalauzon-msft can you re-review the storage changes and sign off if you're good with it? |
jalauzon-msft
left a comment
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.
Approved for Storage, thanks!
kristapratico
left a comment
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.
SDK tools CI failure is unrelated
* Remove a bit of Python 2.7 code * Fix typo * Remove _str consistently * More replacements * fix mock * fix * reset stuff * Reset changes in legacy servicemanagement * fix _str * fix * pylint --------- Co-authored-by: Mads Jensen <[email protected]>
* Remove a bit of Python 2.7 code * Fix typo * Remove _str consistently * More replacements * fix mock * fix * reset stuff * Reset changes in legacy servicemanagement * fix _str * fix * pylint --------- Co-authored-by: Mads Jensen <[email protected]>
Description
Note that this is just a small portion of the Python 2.7 that's still left around in the code base.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines