Added Permissions section for entra user recyclebinitem commands. Closes #6954#7198
Merged
Added Permissions section for entra user recyclebinitem commands. Closes #6954#7198
entra user recyclebinitem commands. Closes #6954#7198Conversation
There was a problem hiding this comment.
Pull request overview
Adds a standardized Permissions section to the Microsoft Entra user recyclebinitem command docs to document the minimal delegated and application permissions required, addressing #6954.
Changes:
- Added a new Permissions section (placed immediately before Examples) to
entra user recyclebinitemcommand reference pages. - Documented minimal Microsoft Graph permissions for delegated and application auth scenarios using Docusaurus Tabs.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/docs/cmd/entra/user/user-recyclebinitem-clear.mdx | Documents required Microsoft Graph permissions for clearing deleted users (delegated + application). |
| docs/docs/cmd/entra/user/user-recyclebinitem-list.mdx | Documents required Microsoft Graph permissions for listing deleted users (delegated + application). |
| docs/docs/cmd/entra/user/user-recyclebinitem-remove.mdx | Documents required Microsoft Graph permissions for permanently deleting a specific deleted user (delegated + application). |
| docs/docs/cmd/entra/user/user-recyclebinitem-restore.mdx | Documents required Microsoft Graph permissions for restoring a deleted user (delegated + application). |
Contributor
|
Thanks! We'll try to review it ASAP! |
Member
|
Ready to merge 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Permissions section for
entra user recyclebinitemcommands. Closes #6954