We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa22547 commit adab031Copy full SHA for adab031
1 file changed
src/azure-cli/azure/cli/command_modules/vm/commands.py
@@ -77,11 +77,6 @@ def load_command_table(self, _):
77
client_factory=cf_vm_ext_image
78
)
79
80
- compute_vm_image_sdk = CliCommandType(
81
- operations_tmpl='azure.mgmt.compute.operations#VirtualMachineImagesOperations.{}',
82
- client_factory=cf_vm_image
83
- )
84
-
85
compute_vm_image_term_sdk = CliCommandType(
86
operations_tmpl='azure.mgmt.marketplaceordering.operations#MarketplaceAgreementsOperations.{}',
87
client_factory=cf_vm_image_term
0 commit comments