-
Notifications
You must be signed in to change notification settings - Fork 3k
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
{Core} Use custom tag message #15730
Conversation
Core |
from knack.util import status_tag_messages | ||
ref_message = "Reference and support levels: https://aka.ms/CLI_refstatus" | ||
# Override the preview message | ||
status_tag_messages['preview'] = "{} is in preview and under development. " + ref_message |
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.
status_tag_messages['preview'] = "{} is in preview and under development. " + ref_message | |
status_tag_messages['preview'] = "{} is in preview. " + ref_message |
I noticed that in knack there's no 'under development' for preview message.
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.
It is not necessary for Azure CLI and Knack to have the same message. The message I used in this PR has been approved by PMs and UX team.
Description
This PR requires microsoft/knack#223
Refine and override tag messages from Knack to be more user-friendly.
See email: Refining our experimental message to be more positive