diff --git a/src/azure-cli-core/azure/cli/core/commands/parameters.py b/src/azure-cli-core/azure/cli/core/commands/parameters.py index 11513a29e7a..4430698db05 100644 --- a/src/azure-cli-core/azure/cli/core/commands/parameters.py +++ b/src/azure-cli-core/azure/cli/core/commands/parameters.py @@ -249,7 +249,8 @@ def get_location_type(cli_ctx): options_list=('--location', '-l'), completer=get_location_completion_list, type=get_location_name_type(cli_ctx), - help="Location. You can configure the default location using `az configure --defaults location=`", + help="Location. Values from: `az account list-locations`. " + "You can configure the default location using `az configure --defaults location=`.", metavar='LOCATION', configured_default='location') return location_type