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

[AppService] fix #12509: Remove the tag to az webapp up by default #12639

Merged
merged 3 commits into from
Mar 20, 2020
Merged

[AppService] fix #12509: Remove the tag to az webapp up by default #12639

merged 3 commits into from
Mar 20, 2020

Conversation

Kotasudhakarreddy
Copy link
Contributor

History Notes:
(Fill in the following template if multiple notes are needed, otherwise PR title will be used for history note.)

[Component Name 1] (BREAKING CHANGE:) (az command:) make some customer-facing change.
[Component Name 2] (BREAKING CHANGE:) (az command:) make some customer-facing change.


This checklist is used to make sure that common guidelines for a pull request are followed.

@yonzhan yonzhan added this to the S167 milestone Mar 18, 2020
@yonzhan
Copy link
Collaborator

yonzhan commented Mar 18, 2020

add to S167

@Kotasudhakarreddy Kotasudhakarreddy changed the title #12509-webapp: Remove the tag to az webapp up by default [webapp] fix #12509: Remove the tag to az webapp up by default Mar 18, 2020
@Kotasudhakarreddy
Copy link
Contributor Author

@panchagnula and @ThejaChoudary - FYI

@@ -130,8 +130,7 @@ def test_webapp_up_python_e2e(self, resource_group):
])

self.cmd('webapp config show', checks=[
JMESPathCheck('linuxFxVersion', result['runtime_version']),
JMESPathCheck('tags.cli', 'webapp_up'),
Copy link
Contributor

Choose a reason for hiding this comment

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

can we just update this validation to tags.cli [] instead of removing the lime completely?

Copy link
Contributor

Choose a reason for hiding this comment

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

this update needs to be made at 2 others places on this same file. Please make sure you run all tests in this file with --live flag

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.

Just a couple of comments to update tests otherwise LGTM!

@@ -130,8 +130,7 @@ def test_webapp_up_python_e2e(self, resource_group):
])

self.cmd('webapp config show', checks=[
JMESPathCheck('linuxFxVersion', result['runtime_version']),
JMESPathCheck('tags.cli', 'webapp_up'),
Copy link
Contributor

Choose a reason for hiding this comment

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

this update needs to be made at 2 others places on this same file. Please make sure you run all tests in this file with --live flag

@panchagnula panchagnula added the Web Apps az webapp label Mar 18, 2020
@panchagnula
Copy link
Contributor

@btardif FYI.

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.

LGTM!

@qwordy
Copy link
Member

qwordy commented Mar 20, 2020

Can you share why remove this tag? Thank you!

@Kotasudhakarreddy
Copy link
Contributor Author

Can you share why remove this tag? Thank you!

These tags are added by default when creating app using az webapp up . this default tag is confusing the users. So we are removing the default tags creation.

@qwordy
Copy link
Member

qwordy commented Mar 20, 2020

Can you share why remove this tag? Thank you!

These tags are added by default when creating app using az webapp up . this default tag is confusing the users. So we are removing the default tags creation.

OK. Thanks.

@qwordy qwordy merged commit c41bbbd into Azure:dev Mar 20, 2020
@qwordy qwordy changed the title [webapp] fix #12509: Remove the tag to az webapp up by default [AppService] fix #12509: Remove the tag to az webapp up by default Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Web Apps az webapp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants