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
In the v10 major release, we renamed entra group user add to entra group member add. In addition to this change, we should also add the ability to add subgroups to an entra group. (docs)
Options to add:
Option
Description
--subGroupIds [subGroupIds]
Comma-separated list of Microsoft Entra group IDs to add. Specify either userIds, userNames, ´subGroupIds, or subGroupNames`.
--subGroupNames [subGroupNames]
Comma-separated list of Microsoft Entra group titles to add. Specify either userIds, userNames, ´subGroupIds, or subGroupNames`.
Todo:
Add new options
Add new option userIds in favor of ids
Deprecate option ids
Extra: introduce userIds and deprecate ids for command entra group user set as well
The text was updated successfully, but these errors were encountered:
In the v10 major release, we renamed
entra group user add
toentra group member add
. In addition to this change, we should also add the ability to add subgroups to an entra group. (docs)Options to add:
--subGroupIds [subGroupIds]
userIds
,userNames
, ´subGroupIds, or
subGroupNames`.--subGroupNames [subGroupNames]
userIds
,userNames
, ´subGroupIds, or
subGroupNames`.Todo:
userIds
in favor ofids
ids
userIds
and deprecateids
for commandentra group user set
as wellThe text was updated successfully, but these errors were encountered: