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 @@ -628,7 +628,7 @@ def _flexible_server_params(command_group):
628628 c .argument ('cluster_size' , default = None , arg_type = create_node_count_arg_type )
629629 c .argument ('zonal_resiliency' , arg_type = zonal_resiliency_arg_type , default = "Disabled" )
630630 c .argument ('allow_same_zone' , arg_type = allow_same_zone_arg_type , default = False )
631- c .argument ('database_name' , arg_type = database_name_create_arg_type )
631+ c .argument ('database_name' , default = None , arg_type = database_name_arg_type )
632632 elif command_group == 'mysql' :
633633 c .argument ('tier' , default = 'Burstable' , arg_type = tier_arg_type )
634634 c .argument ('sku_name' , default = 'Standard_B1ms' , arg_type = sku_name_arg_type )
You can’t perform that action at this time.
0 commit comments