Added minimal permissions for 'spo list view' commands. Closes #7482 - #7557
Open
nanddeepn wants to merge 1 commit into
Open
Added minimal permissions for 'spo list view' commands. Closes #7482#7557nanddeepn 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
Adds the new Permissions documentation section to the SharePoint spo list view command reference pages, aligning these docs with the project goal of clearly documenting minimal delegated vs. application permissions required to run each command (as described in #7482).
Changes:
- Added a Permissions section (placed immediately before Examples) for
spo list view add/get/list/remove/set. - Documented minimal Delegated and Application permissions for the SharePoint resource using the standard Tabs + table format.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/docs/cmd/spo/list/list-view-add.mdx | Adds minimal delegated/app permissions section for creating a list view. |
| docs/docs/cmd/spo/list/list-view-get.mdx | Adds minimal delegated/app permissions section for retrieving a list view. |
| docs/docs/cmd/spo/list/list-view-list.mdx | Adds minimal delegated/app permissions section for listing list views. |
| docs/docs/cmd/spo/list/list-view-remove.mdx | Adds minimal delegated/app permissions section for deleting a list view (and adds required Tabs imports). |
| docs/docs/cmd/spo/list/list-view-set.mdx | Adds minimal delegated/app permissions section for updating a list view. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
Thanks @nanddeepn! We'll have a look at 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 list viewcommands. Closes #7482