Enhancement: reference `entra m365group set` by display name
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:
- [ ] Rename
displayNametonewDisplayName. Let's remove short-nas well. - [ ] Add new option
displayNamewith short-n.
LGTM 👍
May I work on this?
@ktskumar did you find some time to create a PR for this issue? We are trying to prioritize V10 PRs for our next major release.
Opening it back up again due to the lack of response and the need to get this merged ASAP.