Added Minimal permissions for entra roledefinition commands. Closes #6950#7215
Merged
Added Minimal permissions for entra roledefinition commands. Closes #6950#7215
entra roledefinition commands. Closes #6950#7215Conversation
There was a problem hiding this comment.
Pull request overview
Adds the required minimal permissions documentation to the m365 entra roledefinition command reference pages, aligning with the project’s documentation standard of placing a Permissions section immediately before Examples.
Changes:
- Added a new ## Permissions section for each
entra roledefinitioncommand doc page. - Documented minimal Delegated and Application permissions for Microsoft Graph using Docusaurus
<Tabs>/<TabItem>. - Added missing MDX imports (
Tabs,TabItem) where needed.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/docs/cmd/entra/roledefinition/roledefinition-add.mdx | Adds minimal permissions section (Delegated/Application) for roledefinition add. |
| docs/docs/cmd/entra/roledefinition/roledefinition-get.mdx | Adds minimal permissions section (Delegated/Application) for roledefinition get. |
| docs/docs/cmd/entra/roledefinition/roledefinition-list.mdx | Adds minimal permissions section (Delegated/Application) for roledefinition list. |
| docs/docs/cmd/entra/roledefinition/roledefinition-remove.mdx | Adds minimal permissions section and required MDX imports for roledefinition remove. |
| docs/docs/cmd/entra/roledefinition/roledefinition-set.mdx | Adds minimal permissions section and required MDX imports for roledefinition set. |
Contributor
|
Thanks! We'll have a look at it soon! |
MartinM85
approved these changes
Apr 15, 2026
Contributor
MartinM85
left a comment
There was a problem hiding this comment.
You rock @nanddeepn 🚀
Approved, I will merge it later.
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 Minimal permissions for
entra roledefinitioncommands. Closes #6950