Milan Holemans
Milan Holemans
Closes #22 In this PR: - Adds new option `IDENTITY` to use auth with managed identity. - Rewrote options list from the list to the table and added option type...
Looking at the current implementation of [entra m365group set](https://pnp.github.io/cli-microsoft365/cmd/entra/m365group/m365group-set) we have 2 options called `owners` and `members`. In the docs, we state that these options only add users as owner/member....
Currently, the command [entra m365group user add](https://pnp.github.io/cli-microsoft365/cmd/entra/m365group/m365group-user-add) only supports specifying one user by UPN. Let's enhance this command so it can accept multiple users by UPN or ID. In addition,...
Currently, the command [entra m365group user set](https://pnp.github.io/cli-microsoft365/cmd/entra/m365group/m365group-user-set) only supports specifying one user by UPN. Let's enhance this command so it can accept multiple users by UPN or ID. In addition,...
Currently, the command [entra m365group user remove](https://pnp.github.io/cli-microsoft365/cmd/entra/m365group/m365group-user-remove) only supports specifying one user by UPN. Let's enhance this command so it can accept multiple users by UPN or ID. In addition,...
When you look at the command [spo applicationcustomizer get](https://pnp.github.io/cli-microsoft365/cmd/spo/applicationcustomizer/applicationcustomizer-get), in the result we have a property called `Rights` which is a JSON object. Currently, we are stringifying this JSON object...
Closes #5975 --- Updated the responses in the docs as well since they were a bit outdated.
For the command `spo list list` (https://pnp.github.io/cli-microsoft365/cmd/spo/list/list-list), we introduce a duplicate property called `Url` at the root of the result that has the same value as `RootFolder/ServerRelativeUrl`. Duplicate data is...