Milan Holemans

Results 154 issues of 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...

Closes #6038

pr-bugfix
pr-priority

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....

enhancement
breaking change
work in progress

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,...

enhancement
work in progress

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,...

enhancement
work in progress

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,...

enhancement
work in progress

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...

breaking change
on hold

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...

breaking change
on hold

Closes #36

bug