From a8b8318152a2508fde3cc116de800f855904de36 Mon Sep 17 00:00:00 2001 From: Torrey Trahanovsky <94412364+torreymicrosoft@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:55:16 -0700 Subject: [PATCH 1/2] [Resource] Remove WhatIfIssues line from the what-if noise notice Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- src/azure-cli/azure/cli/command_modules/resource/_formatters.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/resource/_formatters.py b/src/azure-cli/azure/cli/command_modules/resource/_formatters.py index ec431e9c2c4..3f816cc4c7d 100644 --- a/src/azure-cli/azure/cli/command_modules/resource/_formatters.py +++ b/src/azure-cli/azure/cli/command_modules/resource/_formatters.py @@ -110,7 +110,6 @@ def format_what_if_operation_result( def _format_noise_notice(builder): builder.append_line( """Note: The result may contain false positive predictions (noise). -You can help us improve the accuracy of the result by opening an issue here: https://aka.ms/WhatIfIssues NOTICE! - Want to get What-if without noise? Move to Deployment Stacks What-If https://aka.ms/stackswhatifGA""" ) builder.append_line() From b4e64c718248bff4cb3ecf4d4dac6bd6a488c240 Mon Sep 17 00:00:00 2001 From: Torrey Trahanovsky <94412364+torreymicrosoft@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:27:32 -0700 Subject: [PATCH 2/2] Reword notice to 'reduced noise' and align What-if capitalization Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- src/azure-cli/azure/cli/command_modules/resource/_formatters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/resource/_formatters.py b/src/azure-cli/azure/cli/command_modules/resource/_formatters.py index 3f816cc4c7d..160bbb283b5 100644 --- a/src/azure-cli/azure/cli/command_modules/resource/_formatters.py +++ b/src/azure-cli/azure/cli/command_modules/resource/_formatters.py @@ -110,7 +110,7 @@ def format_what_if_operation_result( def _format_noise_notice(builder): builder.append_line( """Note: The result may contain false positive predictions (noise). -NOTICE! - Want to get What-if without noise? Move to Deployment Stacks What-If https://aka.ms/stackswhatifGA""" +NOTICE! - Want to get What-if with reduced noise? Move to Deployment Stacks What-if https://aka.ms/stackswhatifGA""" ) builder.append_line()