Skip to content

Added minimal permission for 'spo applicationcustomizer' commands. Closes #7264#7388

Open
nanddeepn wants to merge 1 commit into
pnp:mainfrom
nanddeepn:issue-7264
Open

Added minimal permission for 'spo applicationcustomizer' commands. Closes #7264#7388
nanddeepn wants to merge 1 commit into
pnp:mainfrom
nanddeepn:issue-7264

Conversation

@nanddeepn

Copy link
Copy Markdown
Contributor

Added minimal permission for spo applicationcustomizer commands. Closes #7264

Copilot AI review requested due to automatic review settings June 7, 2026 05:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a standardized Permissions section to SharePoint Online Application Customizer command docs, using tabbed views to distinguish Delegated vs Application permissions.

Changes:

  • Added Docusaurus <Tabs> / <TabItem>-based Permissions sections to applicationcustomizer command pages
  • Introduced (or relied on) theme component imports to support the new MDX JSX components
  • Documented required SharePoint permission scopes per command (read vs full control)

Reviewed changes

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

Show a summary per file
File Description
docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx Adds tabbed Permissions section (Delegated/Application) and imports Tabs components
docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx Adds tabbed Permissions section (Delegated/Application) and imports Tabs components
docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx Adds tabbed Permissions section (Delegated/Application) for read operations
docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx Adds tabbed Permissions section (Delegated/Application) for read operations
docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx Adds tabbed Permissions section (Delegated/Application) and imports Tabs components

Comment on lines +44 to +59
<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|------------|----------------------|
| SharePoint | AllSites.FullControl |

</TabItem>
<TabItem value="Application">

| Resource | Permissions |
|------------|-----------------------|
| SharePoint | Sites.FullControl.All |

</TabItem>
</Tabs>
Comment on lines +29 to +44
<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|------------|---------------|
| SharePoint | AllSites.Read |

</TabItem>
<TabItem value="Application">

| Resource | Permissions |
|------------|----------------|
| SharePoint | Sites.Read.All |

</TabItem>
</Tabs>
Comment on lines +41 to +56
<Tabs>
<TabItem value="Delegated">

| Resource | Permissions |
|------------|---------------|
| SharePoint | AllSites.Read |

</TabItem>
<TabItem value="Application">

| Resource | Permissions |
|------------|----------------|
| SharePoint | Sites.Read.All |

</TabItem>
</Tabs>
@milanholemans

Copy link
Copy Markdown
Contributor

Thanks! We'll review it soon!

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 'spo applicationcustomizer' commands

3 participants