Skip to content

Commit adab031

Browse files
committed
Update code
1 parent fa22547 commit adab031

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ def load_command_table(self, _):
7777
client_factory=cf_vm_ext_image
7878
)
7979

80-
compute_vm_image_sdk = CliCommandType(
81-
operations_tmpl='azure.mgmt.compute.operations#VirtualMachineImagesOperations.{}',
82-
client_factory=cf_vm_image
83-
)
84-
8580
compute_vm_image_term_sdk = CliCommandType(
8681
operations_tmpl='azure.mgmt.marketplaceordering.operations#MarketplaceAgreementsOperations.{}',
8782
client_factory=cf_vm_image_term

0 commit comments

Comments
 (0)