Conversation
9ea1ac7 to
4784ee2
Compare
|
HI @panchagnula , since this is a major SDK version change from Track1 to Track2, there should be code change also. And run live tests for impacted command modules to avoid regression. thanks.
|
yes the PR is marked as draft while i get the tests re-recorded make the necessary fixes. |
2aa24ff to
a001248
Compare
|
@panchagnula Could you please summarize the code change pattern when updating to new SDK? Thanks a lot |
@qwordy Sorry, I am not sure what 'code change pattern' are you referring to? Please elaborate or we can discuss offline in email if that helps. Thank you. |
737636a to
86bd59f
Compare
@panchagnula This article lists typical modifications when updating to new SDK. Appreciate if you can summarize modifications you made in this PR. |
|
@panchagnula This PR isn't active for about one month and is in draft status. Do you encounter any problem? We can provide help. |
@qwordy thanks for checking - was heads down on other high pri items - just restarted fixing & re-testing. aim to have this ready out of draft PR by wed this week. Will reach out if I have questions. Thank you. |
b92887e to
a45709c
Compare
|
Tagging @gzuber for Functions |
a45709c to
fd28745
Compare
|
@qwordy can you help me find an owner from bot service - seems like they have their own version of webapp_operations they use & this will be impacted by the new change - so they need fix these on their end. ************* Module azure.cli.command_modules.botservice.bot_json_formatter |
a3777ec to
72f56c4
Compare
|
@qwordy can you review this change & provide feedback as needed. Thank you. |
There was a problem hiding this comment.
If it is debugging purpose, use logger. If it is command output, consider returning data in a method. Azure CLI will print them. We seldom print data by self.
There was a problem hiding this comment.
Thanks for pointing this out - I had this while I was trying to debug. Will remove this one.
f7c1b65 to
513c763
Compare
Co-authored-by: Feng Zhou <55177366+fengzhou-msft@users.noreply.github.com>
evelyn-ys
left a comment
There was a problem hiding this comment.
Approved for databoxedge part
src/azure-cli/azure/cli/command_modules/appservice/_appservice_utils.py
Outdated
Show resolved
Hide resolved
|
@qwordy can we merge this once the build with the conflicting change merge is successful? Thanks! |
…ion (azure-mgmt-web==2.0.0) & Adopt track2 SDK (Azure#17146) * Updating with NewSDK * Adding file to CredScanner * Fixing bot tests * Style checks * Removing unneeded print statements * Update scripts/sdk_process/patch_models.py Co-authored-by: Feng Zhou <55177366+fengzhou-msft@users.noreply.github.com> * removing print statements added for debugging Co-authored-by: Feng Zhou <55177366+fengzhou-msft@users.noreply.github.com>
Fixes #17228
Fixes #17124
Description
Updating websites extension to latest SDK https://docs.microsoft.com/en-us/python/api/azure-mgmt-web/azure.mgmt.web.v2020_09_01?view=azure-python & this also has the track 2 SDK changes as well.
https://pypi.org/project/azure-mgmt-web/2.0.0/
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.