-
Couldn't load subscription status.
- Fork 366
Fix 6941-Added minimal permissions for 'entra m365group recyclebin' commands #7002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 6941-Added minimal permissions for 'entra m365group recyclebin' commands #7002
Conversation
…binitem' commands
|
Thanks, we'll try to review it ASAP! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @NishkalankBezawada 🚀
I have a couple of small comments, nothing major.
docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx
Outdated
Show resolved
Hide resolved
docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds minimal required permissions documentation for four entra m365group recyclebinitem commands. The changes ensure users understand the Microsoft Graph permissions needed to execute these commands.
- Adds permissions tables to documentation pages for list, restore, remove, and clear commands
- Documents both Delegated and Application permission types where applicable
- Uses consistent tabbed format for presenting permission requirements
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| m365group-recyclebinitem-restore.mdx | Added Group.ReadWrite.All permissions for both Delegated and Application contexts |
| m365group-recyclebinitem-remove.mdx | Added Group.ReadWrite.All permissions for Delegated context only |
| m365group-recyclebinitem-list.mdx | Added Group.Read.All permissions for both Delegated and Application contexts |
| m365group-recyclebinitem-clear.mdx | Added Group.ReadWrite.All permissions for Delegated context only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect @NishkalankBezawada 🚀
Approved. I will merge it later.
|
Merged manually |
Added minimal permissions for 'entra m365group recyclebin' commands
Added minimal permissions for 'entra m365group recyclebin' commands.
Screenshots
m365 entra m365group recyclebinitem listm365 entra m365group recyclebinitem restore --id 87casd23-4xxx-4as0-b23d-a1234561dbd8m365 entra m365group recyclebinitem clearm365 entra m365group recyclebinitem remove --id 87casd23-4xxx-4as0-b23d-a1234561dbd8Closes #6941
Thanks,
Nish