Align options with naming convention
Let's rename the following options in the next major release:
Azure Active Directory:
| Command | Current option | Desired option |
|---|---|---|
| aad group user list | groupDisplayName |
groupName |
| aad m365group conversation post list | groupDisplayName |
groupName |
| aad m365group recyclebinitem list | groupDisplayName |
groupName |
| outlook message get | userPrincipalName |
userName |
@pnp/cli-for-microsoft-365-maintainers, created this issue where we can bundle options that have to be renamed in the next major release.
I noticed we had 3 commands that use groupDisplayName as an option name to target a group. While we have 19 other commands that use groupName as option name.
Like we discussed, let's create a related issue to introduce the new names and add a deprecation message for the old ones. In the next major version we'll remove the old options and the deprecation message which we'll track from this issue.
Since we have v8 branch we may now start working on it! Let's get this 🚢 and Let's put CLI to the 🚀🌙
Can I work on it?
Can I work on it?
awesome 🤩
merged to v9