Skip to content

Commit c85d66c

Browse files
authored
{Role} Fix typo for az role assignment create --help (Azure#29488)
1 parent 3ae89ed commit c85d66c

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/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def load_arguments(self, _):
324324
c.argument('condition', is_preview=True, min_api='2020-04-01-preview', help='Condition under which the user can be granted permission.')
325325
c.argument('condition_version', is_preview=True, min_api='2020-04-01-preview', help='Version of the condition syntax. If --condition is specified without --condition-version, default to 2.0.')
326326
c.argument('assignment_name', name_arg_type,
327-
help='A GUID for the role assignment. It must be unique and different for each role assignment. If omitted, a new GUID is generetd.')
327+
help='A GUID for the role assignment. It must be unique and different for each role assignment. If omitted, a new GUID is generated.')
328328

329329
time_help = ('The {} of the query in the format of %Y-%m-%dT%H:%M:%SZ, e.g. 2000-12-31T12:59:59Z. Defaults to {}')
330330
with self.argument_context('role assignment list-changelogs') as c:

0 commit comments

Comments
 (0)