Skip to content
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

webapp: fix broken 'log' and 'zip deployment' commands #5335

Merged
merged 6 commits into from
Jan 18, 2018

Conversation

yugangw-msft
Copy link
Contributor

@yugangw-msft yugangw-msft commented Jan 18, 2018

Fix #5332
Also, address comments made on #4890 by loosening the app-kind check

General Guidelines

  • The PR has modified HISTORY.rst describing any customer-facing, functional changes. Note that this does not include changes only to help content. (see Modifying change log).

Command Guidelines

  • Each command and parameter has a meaningful description.
  • Each new command has a test.

(see Authoring Command Modules)

@promptws
Copy link

View a preview at https://prompt.ws/r/Azure/azure-cli/5335
This is an experimental preview for @microsoft users.

from ._validators import WEB_APP_TYPES
return _list_app(cmd.cli_ctx, WEB_APP_TYPES, resource_group_name)
result = _list_app(cmd.cli_ctx, resource_group_name)
return [r for r in result if 'function' not in r.kind]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not very accurate now, but still good enough to filter away the functionapp, while still captures all the rest.
With all those unannounced backend changes on app-kind, it is no longer worthwhile for client sides to be accurate

Copy link
Contributor

@panchagnula panchagnula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the regressions caused by my merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants