Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhe-msft committed Jun 28, 2024
1 parent 0f47c0e commit 96155b3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/vmware/azext_vmware/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,4 +1108,4 @@
examples:
- name: Enable or disable DRS-driven VM movement restriction.
text: az vmware vm restrict-movement --resource-group group1 --private-cloud cloud1 --cluster-name cluster1 --virtual-machine vm-209 --restrict-movement Enabled
"""
"""
2 changes: 1 addition & 1 deletion src/vmware/azext_vmware/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ def load_arguments(self, _):
c.argument('out', nargs='*', help='Standard output stream from the powershell execution.')
c.argument('named_outputs', action=ScriptExecutionNamedOutputAction, nargs='*', help='User-defined dictionary.')
c.argument('script_cmdlet_id', help='A reference to the script cmdlet resource if user is running a AVS script.')
c.argument('yes', help='Create without confirmation.')
c.argument('yes', help='Create without confirmation.')
1 change: 0 additions & 1 deletion src/vmware/azext_vmware/aaz/latest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
#
# Code generated by aaz-dev-tools
# --------------------------------------------------------------------------------------------

2 changes: 1 addition & 1 deletion src/vmware/azext_vmware/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ def load_command_table(self, _):
PlacementPolicyVMHostDelete
self.command_table['vmware placement-policy vm-host create'] = PlacementPolicyVMHostCreate(loader=self)
self.command_table['vmware placement-policy vm-host update'] = PlacementPolicyVMHostUpdate(loader=self)
self.command_table['vmware placement-policy vm-host delete'] = PlacementPolicyVMHostDelete(loader=self)
self.command_table['vmware placement-policy vm-host delete'] = PlacementPolicyVMHostDelete(loader=self)
2 changes: 1 addition & 1 deletion src/vmware/azext_vmware/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ def script_execution_create(cmd, resource_group_name, private_cloud, name, timeo
"retention": retention,
"output": out,
"named_outputs": named_outputs,
})
})
2 changes: 1 addition & 1 deletion src/vmware/azext_vmware/operations/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def _build_arguments_schema(cls, *args, **kwargs):

args_schema.elastic_san_volume._required = True

return args_schema
return args_schema

0 comments on commit 96155b3

Please sign in to comment.