Skip to content

Commit

Permalink
support build command tree for codegen v2 (#4968)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms authored Jun 10, 2022
1 parent ecac292 commit 2cb1408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/ci/update_ext_cmd_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def update_cmd_tree(ext_name):
az_cli.invocation = invoker

sys.path.append(ext_dir)
extension_command_table, _ = _load_extension_command_loader(invoker.commands_loader,
"", ext_mod)
extension_command_table, _ = _load_extension_command_loader(invoker.commands_loader, None, ext_mod)

EXT_CMD_TREE_TO_UPLOAD = Session()
EXT_CMD_TREE_TO_UPLOAD.load(os.path.expanduser(os.path.join('~', '.azure', file_name)))
Expand Down

0 comments on commit 2cb1408

Please sign in to comment.