We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd55cd commit 035f8b8Copy full SHA for 035f8b8
src/azure-cli/azure/cli/command_modules/role/commands.py
@@ -69,7 +69,7 @@ def load_command_table(self, _):
69
g.custom_command('delete', 'delete_role_definition')
70
g.custom_command('create', 'create_role_definition')
71
g.custom_command('update', 'update_role_definition')
72
- g.custom_command('show', 'show_role_definition')
+ g.custom_show_command('show', 'show_role_definition')
73
74
with self.command_group('role assignment') as g:
75
g.custom_command('delete', 'delete_role_assignments', validator=process_assignment_namespace)
0 commit comments