We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35086c5 commit 3a54eefCopy full SHA for 3a54eef
src/azure-cli-core/azure/cli/core/commands/__init__.py
@@ -517,7 +517,6 @@ def execute(self, args):
517
# TODO: Can't simply be invoked as an event because args are transformed
518
command_preserve_casing = roughly_parse_command_with_casing(args)
519
args = _pre_command_table_create(self.cli_ctx, args)
520
- # The index may be outdated. Make sure the command appears in the loaded command table
521
522
self.cli_ctx.raise_event(EVENT_INVOKER_PRE_CMD_TBL_CREATE, args=args)
523
self.commands_loader.load_command_table(args)
0 commit comments