Skip to content

Commit d67c3c3

Browse files
committed
Removed unused parameter in commands.py
1 parent aa1c132 commit d67c3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def load_command_table(self, _):
283283
g.custom_command('remove', 'remove_template_error_handler', supports_local_cache=True)
284284
g.custom_show_command('show', 'show_template_error_handler', supports_local_cache=True)
285285

286-
with self.command_group('snapshot', compute_snapshot_sdk, operation_group='snapshots') as g:
286+
with self.command_group('snapshot', operation_group='snapshots') as g:
287287
g.custom_command('create', 'create_snapshot', validator=process_snapshot_create_namespace, supports_no_wait=True)
288288
from .operations.snapshot import SnapshotUpdate
289289
self.command_table['snapshot update'] = SnapshotUpdate(loader=self)

0 commit comments

Comments
 (0)