Adam Wójcik
Adam Wójcik
### New command: `m365 spo list roleassignment add` the aim of this PR is to add new command which will allow to add role assignment to list by id, upn,...
### New command: spo roledefinition add. The aim of this PR is to add new command which will allow to add new role definition to web ### Linked Issue Closes...
### New command: spo web roleinheritance reset. the aim of this PR is to add a new command which allows to restore role inheritance on subsite ### Linked Issue Closes...
### New command: m365 spo list roleassignment remove. The aim of this PR is to add a command which will allow to remove role assignment from list ### Linked Issue...
### Usage m365 spo web roleinheritance break [options] ### Description break inheritance of subsite. Keeping existing permissions is the default behavior. ### Options Option | Description -- | -- `-u,...
currently we have a perfectly working command [listitem roleinheritance break](https://github.com/pnp/cli-microsoft365/blob/main/src/m365/spo/commands/listitem/listitem-roleinheritance-break.ts) and [listitem roleinheritance reset](https://github.com/pnp/cli-microsoft365/blob/main/src/m365/spo/commands/listitem/listitem-roleinheritance-reset.ts) which will also allow to break/reset role inheritance on file and folder but still it will...
### Usage m365 spo list roleassignment remove [options] ### Description remove a role assignment from list permissions ### Options Option | Description -- | -- `-u, --webUrl ` | URL...
### Usage m365 spo web roleinheritance reset [options] ### Description reset inheritance of subsite. ### Options Option | Description -- | -- `-u, --webUrl ` | URL of the site...
### Usage m365 spo roledefinition add [options] ### Description Should add a new roledefinition to web ### Options Option | Description -- | -- `-u, --webUrl ` | URL of...
### Usage m365 spo listitem roleassignment remove [options] ### Description removes a role assignment to a listitem. ### Options Option | Description -- | -- `-u, --webUrl ` | URL...