Skip to content

Commit 035f8b8

Browse files
committed
custom_show_command
1 parent 2fd55cd commit 035f8b8

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/role

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/role/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def load_command_table(self, _):
6969
g.custom_command('delete', 'delete_role_definition')
7070
g.custom_command('create', 'create_role_definition')
7171
g.custom_command('update', 'update_role_definition')
72-
g.custom_command('show', 'show_role_definition')
72+
g.custom_show_command('show', 'show_role_definition')
7373

7474
with self.command_group('role assignment') as g:
7575
g.custom_command('delete', 'delete_role_assignments', validator=process_assignment_namespace)

0 commit comments

Comments
 (0)