src/managementpartner/azext_managementpartner/commands.py (5 lines of code) (raw):
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
def load_command_table(self, _):
with self.command_group('managementpartner'):
from .custom import Show
self.command_table['managementpartner show'] = Show(loader=self)