Skip to content

Conversation

nanddeepn
Copy link
Contributor

Added minimal permission for graph openextension commands. Closes #6980

@Copilot Copilot AI review requested due to automatic review settings October 15, 2025 10:41
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 permission documentation for the graph openextension commands. The changes address issue #6980 by documenting the minimal Microsoft Graph permissions required for each command.

Key changes:

  • Added permission tables for read operations (get, list) requiring User.Read, Group.Read.All, and Directory.Read.All
  • Added permission tables for write operations (add, set, remove) requiring User.ReadWrite, Group.ReadWrite.All, and Directory.AccessAsUser.All
  • Documented both delegated and application permissions for all five commands

Reviewed Changes

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

Show a summary per file
File Description
openextension-add.mdx Added permissions section for creating open extensions
openextension-get.mdx Added permissions section for retrieving a single open extension
openextension-list.mdx Added permissions section for listing open extensions
openextension-remove.mdx Added permissions section for removing open extensions
openextension-set.mdx Added permissions section for updating open extensions

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 'graph openextension' commands

2 participants