Added minimal permissions for 'spo group' commands. Closes #7277#7447
Open
nanddeepn wants to merge 1 commit into
Open
Added minimal permissions for 'spo group' commands. Closes #7277#7447nanddeepn wants to merge 1 commit into
nanddeepn wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the SharePoint Online spo group command documentation to include the new Permissions section that documents minimal delegated and application permissions required to run each command, aligning with the documentation standard introduced in #7277.
Changes:
- Added a Permissions section (positioned immediately before Examples) to all
spo groupcommand docs in scope. - Documented minimal delegated vs. application permissions using Docusaurus
<Tabs>/<TabItem>for consistency. - Cleaned up example headings formatting in
group-add.mdx(removed accidental list/table formatting and added periods).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/docs/cmd/spo/group/group-add.mdx | Adds minimal delegated/app permissions for creating a SharePoint group; fixes example heading formatting. |
| docs/docs/cmd/spo/group/group-get.mdx | Adds minimal delegated/app permissions for retrieving a SharePoint group. |
| docs/docs/cmd/spo/group/group-list.mdx | Adds minimal delegated/app permissions for listing SharePoint groups. |
| docs/docs/cmd/spo/group/group-remove.mdx | Adds minimal delegated/app permissions for removing a SharePoint group (and imports Tabs components). |
| docs/docs/cmd/spo/group/group-set.mdx | Adds minimal delegated/app permissions for updating a SharePoint group (and imports Tabs components). |
| docs/docs/cmd/spo/group/group-member-add.mdx | Adds minimal delegated/app permissions for adding members to a SharePoint group. |
| docs/docs/cmd/spo/group/group-member-list.mdx | Adds minimal delegated/app permissions for listing group members. |
| docs/docs/cmd/spo/group/group-member-remove.mdx | Adds minimal delegated/app permissions for removing members from a SharePoint group (and imports Tabs components). |
Contributor
|
Thanks, we'll review it soon! |
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
spo groupcommands. Closes #7277