Minimal permissions for 'spo homesite' commands. Closes #7278#7441
Open
Saurabh7019 wants to merge 1 commit into
Open
Minimal permissions for 'spo homesite' commands. Closes #7278#7441Saurabh7019 wants to merge 1 commit into
Saurabh7019 wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aligns the spo homesite command set with issue #7278 by documenting minimal delegated and application permissions in the command reference docs, and by synchronizing descriptions and API spec metadata to match.
Changes:
- Added a Permissions section (Delegated + Application) to all
spo homesitecommand docs, placed immediately before Examples. - Normalized command descriptions/casing for “home site” across code, docs, and the command reference index.
- Extended the SharePoint Admin Dev Proxy OpenAPI spec with the homesite-related endpoints and their security scopes.
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 |
|---|---|
| src/m365/spo/commands/homesite/homesite-remove.ts | Normalizes the command description casing (“home site”). |
| skills/clim365/references/commands.txt | Updates the indexed description for spo homesite remove to match the command/docs text. |
| docs/docs/cmd/spo/homesite/homesite-add.mdx | Adds Permissions section (delegated/app) before Examples; minor wording cleanup in examples. |
| docs/docs/cmd/spo/homesite/homesite-get.mdx | Adds Permissions section (delegated/app) before Examples. |
| docs/docs/cmd/spo/homesite/homesite-list.mdx | Adds Permissions section (delegated/app) before Examples. |
| docs/docs/cmd/spo/homesite/homesite-remove.mdx | Adds Permissions section (delegated/app) before Examples and normalizes wording/casing. |
| docs/docs/cmd/spo/homesite/homesite-set.mdx | Adds Permissions section (delegated/app) before Examples; minor example text fixes. |
| .devproxy/api-specs/sharepoint-admin.yaml | Adds homesite-related endpoints with delegated/app security scopes to support “minimal permissions” documentation. |
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.
Closes #7278