diff --git a/src/azure-cli/azure/cli/command_modules/sql/_params.py b/src/azure-cli/azure/cli/command_modules/sql/_params.py index cc2445cd5a8..64bcb7ff08e 100644 --- a/src/azure-cli/azure/cli/command_modules/sql/_params.py +++ b/src/azure-cli/azure/cli/command_modules/sql/_params.py @@ -199,7 +199,8 @@ def get_location_type_with_default_from_resource_group(cli_ctx): max_size_bytes_param_type = CLIArgumentType( options_list=['--max-size'], type=SizeWithUnitConverter('B', result_type=int), - help='The max storage size. If no unit is specified, defaults to bytes (B).') + help='The max storage size. If no unit is specified, defaults to bytes (B). ' + 'Valid units are B, kB, MB, GB, TB, e.g. 102400MB.') zone_redundant_param_type = CLIArgumentType( options_list=['--zone-redundant', '-z'],