Skip to content

Commit ac4c01d

Browse files
author
Chang Lu
committed
Fix line too long style check issues.
1 parent dcc2988 commit ac4c01d

File tree

1 file changed

+2
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/search

1 file changed

+2
-2
lines changed

src/azure-cli/azure/cli/command_modules/search/custom.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
3030
args_schema.ip_rules = AAZStrArg(
3131
arg_group="NetworkRuleSet",
3232
options=['--ip-rules'],
33-
help="A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. "
33+
help="A list of IP defineing the inbound network(s) allowed to access to the search service endpoint.",
3434
)
3535

3636
args_schema.auth_options = AAZStrArg(
@@ -90,7 +90,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
9090
args_schema.ip_rules = AAZStrArg(
9191
arg_group="NetworkRuleSet",
9292
options=['--ip-rules'],
93-
help="A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint.",
93+
help="A list of IP defineing the inbound network(s) allowed to access to the search service endpoint.",
9494
nullable=True, # allow to remove all the value when it's assigned by null
9595
)
9696

0 commit comments

Comments
 (0)