diff --git a/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/url_path_map/_create.py b/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/url_path_map/_create.py index b2100daeae0..7bcc34f3ac9 100644 --- a/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/url_path_map/_create.py +++ b/src/azure-cli/azure/cli/command_modules/network/aaz/latest/network/application_gateway/url_path_map/_create.py @@ -63,19 +63,19 @@ def _build_arguments_schema(cls, *args, **kwargs): ) _args_schema.default_address_pool = AAZStrArg( options=["--default-address-pool"], - help="Name or ID of the default backend address pool, if different from `--address-pool`.", + help="Name or ID of the default backend address pool. It is mandatory unless target type is redirection.", ) _args_schema.default_http_settings = AAZStrArg( options=["--default-http-settings"], - help="Name or ID of the default HTTP settings, if different from `--http-settings`.", + help="Name or ID of the default HTTP settings. It is mandatory unless target type is redirection.", ) _args_schema.default_redirect_config = AAZStrArg( options=["--default-redirect-config"], - help="Name or ID of the default redirect configuration. If different from `--redirect-config`.", + help="Name or ID of the default redirect configuration.", ) _args_schema.default_rewrite_rule_set = AAZStrArg( options=["--default-rewrite-rule-set"], - help="Name or ID of the default rewrite rule set, if different from `--rewrite-rule-set`.", + help="Name or ID of the default rewrite rule set.", ) # define Arg Group "Parameters.properties.urlPathMaps[]"