Skip to content

Commit 2c075ae

Browse files
author
Matthew Boentoro
committed
[POSTGRESQL] BREAKING CHANGE az postgres flexible-server upgrade: Remove the enum for --version
1 parent c8b2de8 commit 2c075ae

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/azure-cli/azure/cli/command_modules/postgresql/_breaking_change.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
message='Long term retention command group will be removed. '
2323
'For more information, open a support incident.')
2424

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 '
28-
'supported versions for upgrade based on capabilities.',
29-
arg='--version')
30-
3125
# Name of new backup no longer required in backup create command
3226
register_other_breaking_change('postgres flexible-server backup create',
3327
message='The argument for backup name will no longer be required '

src/azure-cli/azure/cli/command_modules/postgresql/_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ def _flexible_server_params(command_group):
272272
)
273273

274274
pg_version_upgrade_arg_type = CLIArgumentType(
275-
arg_type=get_enum_type(['13', '14', '15', '16', '17', '18']),
276275
options_list=['--version', '-v'],
277276
help='Server major version.'
278277
)

0 commit comments

Comments
 (0)