You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Show all assignments under the current subscription. This argument is deprecated. "
329
+
"Use '--at-scope false' instead.")
327
330
c.argument('include_inherited', action='store_true', help='include assignments applied on parent scopes')
328
331
c.argument('can_delegate', action='store_true', help='when set, the assignee will be able to create further role assignments to the same role')
329
332
c.argument('assignee', help='represent a user, group, or service principal. supported format: object id, user sign-in name, or service principal name')
@@ -339,6 +342,9 @@ def load_arguments(self, _):
339
342
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.')
340
343
c.argument('assignment_name', name_arg_type,
341
344
help='A GUID for the role assignment. It must be unique and different for each role assignment. If omitted, a new GUID is generated.')
0 commit comments