Skip to content

Commit

Permalink
params
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Jan 6, 2025
1 parent 9325627 commit 67f5d7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/azure-cli/azure/cli/command_modules/role/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,3 @@ class PrincipalType(str, Enum):
c.argument('role_definition', help="json formatted content which defines the new role.")
c.argument('name', arg_type=name_arg_type, completer=get_role_definition_name_completion_list,
help="Matches the role definition's name or roleName property.")
c.argument('role_name',
help="Matches the role definition's roleName property.")

0 comments on commit 67f5d7e

Please sign in to comment.