Skip to content

Commit 5c11061

Browse files
author
Dania Etienne
committed
Fixed trailing white spaces and added new line at end of _params.py
1 parent f13d4ca commit 5c11061

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def load_arguments(self, _):
4848
deployment_create_name_type = CLIArgumentType(options_list=['--name', '-n'], required=False, help='The deployment name. Default to template file base name')
4949
management_group_id_type = CLIArgumentType(options_list=['--management-group-id', '-m'], required=True, help='The management group id.')
5050
deployment_template_file_type = CLIArgumentType(options_list=['--template-file', '-f'], completer=FilesCompleter(), type=file_type,
51-
help="a template file path in the file system")
51+
help="a template file path in the file system")
5252
deployment_template_uri_type = CLIArgumentType(options_list=['--template-uri', '-u'], help='a uri to a remote template file')
5353
deployment_template_spec_type = CLIArgumentType(options_list=['--template-spec', '-s'], is_preview=True, min_api='2019-06-01', help="The template spec resource id.")
5454
deployment_parameters_type = CLIArgumentType(options_list=['--parameters', '-p'], action='append', nargs='+', completer=FilesCompleter(), help='the deployment parameters')
@@ -561,4 +561,4 @@ def load_arguments(self, _):
561561
c.argument('template_spec', arg_type=deployment_template_spec_type)
562562

563563
with self.argument_context('ts list') as c:
564-
c.argument('resource_group', arg_type=resource_group_name_type)
564+
c.argument('resource_group', arg_type=resource_group_name_type)

0 commit comments

Comments
 (0)