From 3bbd156b0e3ecd0f516df62ab0f1d6563bb36065 Mon Sep 17 00:00:00 2001 From: Yishi Wang Date: Tue, 7 Jan 2025 17:17:24 +0800 Subject: [PATCH] {Core} update intercept survey prompt message (#30618) --- src/azure-cli-core/azure/cli/core/intercept_survey.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli-core/azure/cli/core/intercept_survey.py b/src/azure-cli-core/azure/cli/core/intercept_survey.py index 5a9d8ac03e0..20d9c82fe11 100644 --- a/src/azure-cli-core/azure/cli/core/intercept_survey.py +++ b/src/azure-cli-core/azure/cli/core/intercept_survey.py @@ -81,8 +81,8 @@ def prompt_survey_message(cli): # prompt message print_styled_text((SURVEY_STYLE, NEW_LINE)) print_styled_text([ - (SURVEY_STYLE, f"[Survey] Help us improve Azure CLI by sharing your experience. " - f"This survey should take about 5 minutes. Run 'az survey' to " + (SURVEY_STYLE, f"[Survey] Tell us what you think of Azure CLI. " + f"This survey should take about 2 minutes. Run 'az survey' to " f"open in browser. Learn more at {_SURVEY_LEARN_MORE_URL}"), (SURVEY_STYLE, ERASE_IN_LINE) ])