Currently when using the entra m365group set command, you can only specify the group by id. To be a bit more consistent with other commands, let's ensure that a group can also be specified by display name. Since there is already an option called displayName, we'll have to rename this option to newDisplayName.
Option to add:
| Option |
Description |
-n, displayname [displayName] |
Display name of the group. |
Tasks:
Currently when using the entra m365group set command, you can only specify the group by
id. To be a bit more consistent with other commands, let's ensure that a group can also be specified by display name. Since there is already an option calleddisplayName, we'll have to rename this option tonewDisplayName.Option to add:
-n, displayname [displayName]Tasks:
displayNametonewDisplayName. Let's remove short-nas well.displayNamewith short-n.