-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[AppService] Fixes #14583: az webapp up should generate default name if name isn't provided #16267
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
d5b9630 to
f3f3184
Compare
f3f3184 to
d6ce090
Compare
|
AppService |
|
Some checks were not successful. Credential found! If you confirm it is not a real credential, add the file name to scripts/ci/credscan/CredScanSuppressions.json |
| ]) | ||
|
|
||
| # test changing runtime to newer version | ||
| time.sleep(30) |
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.
Not very robust. Magic number.
src/azure-cli/azure/cli/command_modules/appservice/_constants.py
Outdated
Show resolved
Hide resolved
|
Should we fix this issue as a part of this PR as well? #16266 |
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.
Please see comments for requested changes.
d602fb3 to
086e0d3
Compare
I couldn't find a consistent repro, so will need to spend more time figuring why the issue happens periodically. I'll do it in a separate PR |
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
Description
Make
--nameparameter optional for commandaz webapp upIf name isn't provided, generate default name in the format adjective-noun-guid, ex. zealous-tree-06c552e1e
Also fixes WebApp:unexpected -l #16185 documentation update
Testing Guide
az webapp upwithout parameters in a directory you want to deployThis 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.