-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[AppService] BREAKING CHANGE: az webapp up: add optional params (os & runtime) and updated runtimes #15522
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
0be6a7a to
fc3d6d9
Compare
fc3d6d9 to
559c0e8
Compare
|
hi @qwordy could you pls help to review? thanks |
559c0e8 to
eb158a1
Compare
src/azure-cli/azure/cli/command_modules/appservice/_constants.py
Outdated
Show resolved
Hide resolved
eb158a1 to
0ad5bc8
Compare
|
@calvinsID I am sure you already validated - all the existing scenarios. |
|
@panchagnula Yes lemme make sure I cover those cases in the webapp_up tests as well |
Ready to merge? |
I'm gonna add a few more test cases first |
panchagnula
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. Thanks for testing
bfc3662 to
a21b33e
Compare
Description
Testing Guide
az webapp up --resource-group MyRg --name MyWebapp --runtime "node|12-LTS" --os "windows"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.