You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @MartinM85: Is it possible using this command to delete a default RoleDefinition, like SharePointAdministrator? I hope not 😅 That would be a bad thing.
Usage
m365 entra roledefinition remove
Description
Removes a custom Microsoft Entra role definition
Options
-i, --id [id]
id
ordisplayName
, but not both.-n, --displayName [displayName]
id
ordisplayName
, but not both.-f, --force
Examples
Remove a custom role definition by its id
Remove a custom role definition by its display name without prompting for confirmation
m365 entra roledefinition remove --displayName 'My Custom Role' --force
Default properties
No response
Additional Info
More info: https://learn.microsoft.com/en-us/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0&tabs=http
I will work on it
The text was updated successfully, but these errors were encountered: