We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
az postgres flexible-server long-term-retention
1 parent 601004a commit 65503e0Copy full SHA for 65503e0
src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py
@@ -17,6 +17,11 @@
17
'other automatically generated recommendations which are covered by the '
18
'new command.')
19
20
+# Long term retention command argument changes
21
+register_command_group_deprecate(command_group='postgres flexible-server long-term-retention',
22
+ message='Long term retention command group will be removed. '
23
+ 'For more information, open a support incident.')
24
+
25
# Upgrade command argument changes
26
register_other_breaking_change('postgres flexible-server upgrade',
27
message='The allowed values will be changed from set list to '
0 commit comments