Skip to content

Commit

Permalink
Changing container service test_validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhuvaneswari Santharam committed Jun 1, 2021
1 parent d96d92e commit 0b0cde5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/azure-cli/azure/cli/command_modules/acs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def load_command_table(self, _):

# ACS Kubernetes commands
with self.command_group('acs kubernetes', container_services_sdk,
resource_type=ResourceType.MGMT_CONTAINERSERVICE, client_factory=cf_container_services) as g:
resource_type=ResourceType.MGMT_CONTAINERSERVICE,
client_factory=cf_container_services) as g:
g.custom_command('browse', 'k8s_browse')
g.custom_command('get-credentials', 'k8s_get_credentials')
g.custom_command('install-cli', 'k8s_install_cli', client_factory=None)
Expand Down

0 comments on commit 0b0cde5

Please sign in to comment.