Skip to content

Commit

Permalink
remove vmware update
Browse files Browse the repository at this point in the history
  • Loading branch information
yaotongms committed Jun 26, 2024
1 parent ddf586c commit 059fd5d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,028 deletions.
11 changes: 0 additions & 11 deletions src/connectedvmware/azext_connectedvmware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ def __init__(self, cli_ctx=None):

def load_command_table(self, args):
from azext_connectedvmware.commands import load_command_table
from azure.cli.core.aaz import load_aaz_command_table
try:
from . import aaz
except ImportError:
aaz = None
if aaz:
load_aaz_command_table(
loader=self,
aaz_pkg_name=aaz.__name__,
args=args
)
load_command_table(self, args)
return self.command_table

Expand Down
6 changes: 0 additions & 6 deletions src/connectedvmware/azext_connectedvmware/aaz/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions src/connectedvmware/azext_connectedvmware/aaz/latest/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 059fd5d

Please sign in to comment.