Added Permissions section for external commands. Closes #6978#7191
Open
Added Permissions section for external commands. Closes #6978#7191
external commands. Closes #6978#7191Conversation
There was a problem hiding this comment.
Pull request overview
Adds the new documentation-standard Permissions section to the m365 external command reference pages, aligning with the repo-wide effort to document minimal delegated and application permissions required per command (Closes #6978).
Changes:
- Added Permissions sections (Delegated + Application tabs) for external connection and external item commands.
- Added required Docusaurus
Tabs/TabItemimports to pages that didn’t already include them. - Placed the new Permissions sections immediately before Examples across the updated pages.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/docs/cmd/external/item/item-add.mdx | Adds Permissions section for external item creation. |
| docs/docs/cmd/external/connection/connection-add.mdx | Adds Permissions section for creating an external connection (+ Tabs imports). |
| docs/docs/cmd/external/connection/connection-doctor.mdx | Adds Permissions section for the “doctor” diagnostic command. |
| docs/docs/cmd/external/connection/connection-get.mdx | Adds Permissions section for retrieving an external connection. |
| docs/docs/cmd/external/connection/connection-list.mdx | Adds Permissions section for listing external connections. |
| docs/docs/cmd/external/connection/connection-remove.mdx | Adds Permissions section for deleting an external connection (+ Tabs imports). |
| docs/docs/cmd/external/connection/connection-schema-add.mdx | Adds Permissions section for adding schema to an external connection (+ Tabs imports). |
| docs/docs/cmd/external/connection/connection-urltoitemresolver-add.mdx | Adds Permissions section for adding a URL-to-item resolver (+ Tabs imports). |
Contributor
|
Nice work, we'll try to review it ASAP! |
MartinM85
requested changes
Apr 6, 2026
Contributor
MartinM85
left a comment
There was a problem hiding this comment.
You rock @nanddeepn 🚀
I have only one small comment.
MartinM85
approved these changes
Apr 9, 2026
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 with minimal permission required for
externalcommands. Closes #6978