Remove a bit of Python 2.7 code#38735
Remove a bit of Python 2.7 code#38735kristapratico merged 17 commits intoAzure:mainfrom atombrella:python2_7_unicode
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.
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.
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.
Approved for Storage, thanks!
kristapratico
left a comment
There was a problem hiding this comment.
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 <atombrella@users.noreply.github.com>
* 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 <atombrella@users.noreply.github.com>
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