Skip to content

Adds 'spo page unpublish' command. Closes #7540 - #7541

Open
Anikesh348 wants to merge 1 commit into
pnp:mainfrom
Anikesh348:feature/spo-page-unpublish
Open

Adds 'spo page unpublish' command. Closes #7540#7541
Anikesh348 wants to merge 1 commit into
pnp:mainfrom
Anikesh348:feature/spo-page-unpublish

Conversation

@Anikesh348

@Anikesh348 Anikesh348 commented Aug 13, 2026

Copy link
Copy Markdown

Closes #7540

Summary

  • add spo page unpublish for modern SharePoint pages
  • normalize page names, including nested pages and omitted .aspx extensions
  • register and document the command

Verification

Executed in an isolated Node.js 24 container on ubuntu-purva:

  • npm ci --no-audit --no-fund
  • npm run build
  • npm test (16,063 passing; 100% reported coverage)
  • cd docs && npm ci --no-audit --no-fund
  • node scripts/create-docs-versioning.mjs
  • cd docs && npm run build
  • git diff --check

Limitations

Local validation covered Linux with Node.js 24. Cross-platform and additional Node.js version coverage is left to the repository CI matrix.

@Anikesh348 Anikesh348 closed this Aug 13, 2026
@Anikesh348 Anikesh348 reopened this Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New command: spo page unpublish

1 participant