Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
_args_schema.frontend_port = AAZStrArg(
options=["--frontend-port"],
arg_group="Gateway",
help="Name or ID of the frontend port.",
help="This is NOT for the port number. Please input the Resource Name or ID of the frontend port, which can be found using 'az network application-gateway frontend-port list'.",
)
_args_schema.ssl_cert = AAZStrArg(
options=["--ssl-cert"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
_args_schema.frontend_port = AAZStrArg(
options=["--frontend-port"],
arg_group="Gateway",
help="Name or ID of the frontend port.",
help="This is NOT for the port number. Please input the Resource Name or ID of the frontend port, which can be found using 'az network application-gateway frontend-port list'.",
)
_args_schema.ssl_cert = AAZStrArg(
options=["--ssl-cert"],
Expand Down
Loading