Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/azure-cli/azure/cli/command_modules/sql/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down