Skip to content

Commit ba73224

Browse files
committed
[style] - Update code styling
1 parent 4312d2d commit ba73224

File tree

1 file changed

+4
-4
lines changed
  • src/azure-cli/azure/cli/command_modules/vm

1 file changed

+4
-4
lines changed

src/azure-cli/azure/cli/command_modules/vm/_params.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,14 +915,14 @@ def load_arguments(self, _):
915915
c.argument('virtual_machine_scale_set_name', id_part='virtual_machine_scale_set_name', required=True, options_list=["-n", "--name", "--virtual-machine-scale-set-name"],
916916
help='The name of the VM scale set.')
917917
c.argument('expand', options_list=['--expand'], help="The expand expression to apply to the operation. Allowed values are 'instanceView'.")
918-
c.argument('filter', options_list=['--filter'],
918+
c.argument('filter', options_list=['--filter'],
919919
help="The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'.")
920920
c.argument('select', options_list=['--select'], help="The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'.")
921921
c.argument('resiliency_view', options_list=["--resiliency-view"], help="Show resiliency status of each instance.")
922-
c.argument('pagination_limit', options_list=['--max-items'], arg_group="Pagination",
922+
c.argument('pagination_limit', options_list=['--max-items'], arg_group="Pagination",
923923
help="Total number of items to return in the command's output. If the total number of items available is "
924-
"more than the value specified, a token is provided in the command's output. To resume pagination, "
925-
"provide the token value in `--next-token` argument of a subsequent command.")
924+
"more than the value specified, a token is provided in the command's output. To resume pagination, "
925+
"provide the token value in `--next-token` argument of a subsequent command.")
926926
c.argument('pagination_token', options_list=['--next-token'], arg_group="Pagination",
927927
help="Token to specify where to start paginating. This is the token value from a previously truncated response.")
928928
# endregion

0 commit comments

Comments
 (0)