Skip to content

Commit

Permalink
address linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft committed Mar 8, 2022
1 parent 73a4e15 commit 8b58a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,5 @@
/src/confidentialledger/ @kairu-ms @lynshi

/src/quota/ @kairu-ms @ZengTaoxu

/src/amg/ @yugangw-msft
2 changes: 1 addition & 1 deletion src/amg/azext_amg/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def load_command_table(self, _):
g.custom_command('create', 'create_grafana', validator=process_grafana_create_namespace)
g.custom_command('delete', 'delete_grafana')
g.custom_command('list', 'list_grafana')
g.custom_command('show', 'show_grafana')
g.custom_show_command('show', 'show_grafana')

with self.command_group('grafana dashboard') as g:
g.custom_command('create', 'create_dashboard')
Expand Down

0 comments on commit 8b58a18

Please sign in to comment.