File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/azure-cli/azure/cli/command_modules/rdbms Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ def _flexible_server_params(command_group):
597597 c .argument ('tier' , default = 'GeneralPurpose' , arg_type = tier_arg_type )
598598 c .argument ('sku_name' , default = 'Standard_D2s_v3' , arg_type = sku_name_arg_type )
599599 c .argument ('storage_gb' , default = '128' , arg_type = storage_gb_arg_type )
600- c .argument ('version' , default = '16 ' , arg_type = version_arg_type )
600+ c .argument ('version' , default = '17 ' , arg_type = version_arg_type )
601601 c .argument ('backup_retention' , default = 7 , arg_type = pg_backup_retention_arg_type )
602602 c .argument ('active_directory_auth' , default = 'Disabled' , arg_type = active_directory_auth_arg_type )
603603 c .argument ('microsoft_entra_auth' , default = 'Disabled' , arg_type = microsoft_entra_auth_arg_type )
You can’t perform that action at this time.
0 commit comments