From c38bb982dabdd70ba9e7c18e124e8c6904ffeefe Mon Sep 17 00:00:00 2001 From: Naia Scott Date: Thu, 5 Mar 2026 12:54:32 -0500 Subject: [PATCH 1/2] announce breaking change for ltr --- .../azure/cli/command_modules/postgresql/_breaking_change.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py b/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py index 881e9ba8f4b..43f1308d1db 100644 --- a/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py +++ b/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py @@ -17,6 +17,11 @@ 'other automatically generated recommendations which are covered by the ' 'new command.') +# Long term retention command argument changes +register_command_group_deprecate(command_group='postgres flexible-server long-term-retention', + message='Long term retention feature is under development. Moving forward to ' + 'access support, please turn to Azure Portal.') + # Upgrade command argument changes register_other_breaking_change('postgres flexible-server upgrade', message='The allowed values will be changed from set list to ' From 359ac4fed92aee9ff9fd2cab059004838da44180 Mon Sep 17 00:00:00 2001 From: Naia Scott Date: Thu, 5 Mar 2026 15:38:40 -0500 Subject: [PATCH 2/2] update text --- .../azure/cli/command_modules/postgresql/_breaking_change.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py b/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py index 43f1308d1db..c82a8412633 100644 --- a/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py +++ b/src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py @@ -19,8 +19,8 @@ # Long term retention command argument changes register_command_group_deprecate(command_group='postgres flexible-server long-term-retention', - message='Long term retention feature is under development. Moving forward to ' - 'access support, please turn to Azure Portal.') + message='Long term retention command group will be removed. ' + 'For more information, open a support incident.') # Upgrade command argument changes register_other_breaking_change('postgres flexible-server upgrade',