From 419d1c62e2d971cd05316c435c6403860c3eb760 Mon Sep 17 00:00:00 2001 From: Nori Zhang Date: Mon, 25 May 2026 20:54:55 +1000 Subject: [PATCH] Migrate survey from Qualtrics to Microsoft Forms --- src/azure-cli-core/azure/cli/core/intercept_survey.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 20d9c82fe11..36305f4866f 100644 --- a/src/azure-cli-core/azure/cli/core/intercept_survey.py +++ b/src/azure-cli-core/azure/cli/core/intercept_survey.py @@ -30,7 +30,11 @@ ERASE_IN_LINE = '\x1b[0K' -_SURVEY_URL = "https://go.microsoft.com/fwlink/?linkid=2201856&ID={installation_id}&v={version}&d={day}" +_SURVEY_URL = ("https://forms.office.com/Pages/ResponsePage.aspx" + "?id=v4j5cvGGr0GRqy180BHbRwR17_do7w1OiGpiUQ5GrVJUQjlSSDZJNVRHNkxBSlpTTTVaV1I2UDBRTS4u" + "&r9c0d925f40a744889d623306c96f9cb3={installation_id}" + "&r66c9ed63f0db49be81133967d05dff2a={version}" + "&r6ad94416fdfe4550918102b41b0080fc={day}") _SURVEY_LEARN_MORE_URL = "https://go.microsoft.com/fwlink/?linkid=2203309"