Skip to content

Conversation

nanddeepn
Copy link
Contributor

Added minimal permission for entra group member commands. Closes #6936

@Copilot Copilot AI review requested due to automatic review settings October 11, 2025 11:25
Copy link

@Copilot Copilot AI left a 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 permission documentation to the four entra group member commands, addressing issue #6936. The changes provide clear guidance on the required Microsoft Graph permissions for both delegated and application authentication scenarios.

  • Added permissions documentation sections to all four group member commands
  • Specified appropriate read/write permissions based on command functionality
  • Used consistent tabbed formatting for delegated vs application permissions

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
group-member-add.mdx Added permissions section with GroupMember.ReadWrite.All for both delegated and application scenarios
group-member-list.mdx Added permissions section with GroupMember.Read.All for both delegated and application scenarios
group-member-remove.mdx Added permissions section with GroupMember.ReadWrite.All for both delegated and application scenarios
group-member-set.mdx Added permissions section with GroupMember.ReadWrite.All for both delegated and application scenarios

@MartinM85 MartinM85 self-assigned this Oct 12, 2025
Copy link
Contributor

@MartinM85 MartinM85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @nanddeepn, thank you for the contribution. Only a few minor notes, great job otherwise.

@MartinM85 MartinM85 marked this pull request as draft October 12, 2025 07:13
@nanddeepn nanddeepn marked this pull request as ready for review October 13, 2025 17:46
Copy link
Contributor

@MartinM85 MartinM85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work. Approved.
I will merge it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minimal permissions for 'entra group member' commands

3 participants