Exemple #1
0
 def load_command_table(self, args):
     from azure.cli.command_modules.rdbms.commands import load_command_table
     load_command_table(self, args)
     return self.command_table
Exemple #2
0
    def load_command_table(self, args):

        load_command_table(self, args)
        load_flexibleserver_command_table(self, args)
        return self.command_table
Exemple #3
0
 def load_command_table(self, args):
     from azure.cli.command_modules.rdbms.commands import load_command_table
     from azure.cli.command_modules.rdbms.flexible_server_commands import load_flexibleserver_command_table
     load_command_table(self, args)
     load_flexibleserver_command_table(self, args)
     return self.command_table
Exemple #4
0
 def load_command_table(self, args):
     from azure.cli.command_modules.rdbms.commands import load_command_table
     load_command_table(self, args)
     return self.command_table