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
Currently we have 3 commands: entra group member add, entra group member set, entra group member list.
I've noticed that the command entra group member list has an option called groupName to reference the group you want to target. The two other commands have the option groupDisplayName.
Let's align these commands to improve consistency.
To-do:
Deprecate option groupDisplayName for the add and set commands
Show a deprecation warning when people use this option.
Introduce a new option --groupName [groupName]
Update docs examples & command tests.
The text was updated successfully, but these errors were encountered:
Currently we have 3 commands:
entra group member add
,entra group member set
,entra group member list
.I've noticed that the command
entra group member list
has an option calledgroupName
to reference the group you want to target. The two other commands have the optiongroupDisplayName
.Let's align these commands to improve consistency.
To-do:
groupDisplayName
for theadd
andset
commands--groupName [groupName]
The text was updated successfully, but these errors were encountered: