Skip to content

cleanup: remove service references from docs and code#317

Merged
sellakumaran merged 1 commit intomainfrom
cleanup/cleanup-publish
Mar 12, 2026
Merged

cleanup: remove service references from docs and code#317
sellakumaran merged 1 commit intomainfrom
cleanup/cleanup-publish

Conversation

@sellakumaran
Copy link
Contributor

Remove all references to the internal reference in publish command that were left over after PR #315 stripped the upload logic from the publish command.

  • Rewrite DEVELOPER.md publish section to reflect zip-only workflow
  • Update README.md, design.md, and subdirectory READMEs accordingly
  • Update deprecation messages in CreateInstanceCommand and A365CreateInstanceRunner

Remove all references to the internal MOS (Microsoft Online Services)
Titles service that were left over after PR #315 stripped the upload
logic from the publish command.

- Rewrite DEVELOPER.md publish section to reflect zip-only workflow
- Update README.md, design.md, and subdirectory READMEs accordingly
- Remove dead MOS error codes from ErrorCodes.cs and ErrorMessages.cs
- Update deprecation messages in CreateInstanceCommand and A365CreateInstanceRunner
- Fix comment in PermissionsSubcommand referencing "MOS Power Platform API"
- Remove stale MosConstants, MosTokenService, AgentPublishService, PublishHelpers
  entries from README docs (those files no longer exist)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sellakumaran sellakumaran requested review from a team as code owners March 12, 2026 16:37
Copilot AI review requested due to automatic review settings March 12, 2026 16:37
@sellakumaran sellakumaran enabled auto-merge (squash) March 12, 2026 16:37
@github-actions
Copy link

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes leftover references to the internal MOS (Microsoft Online Services) Titles service from documentation and code, following PR #315 which stripped the actual upload logic from the publish command.

Changes:

  • Rewrites documentation (DEVELOPER.md, design.md, README files) to reflect the new zip-only publish workflow targeting the Microsoft 365 Admin Center
  • Removes MOS-related error codes, error messages, and constants documentation
  • Updates deprecation messages in CreateInstanceCommand and A365CreateInstanceRunner to use generic terminology instead of MOS references

Reviewed changes

Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Updates publish command description to reflect manifest packaging workflow
src/DEVELOPER.md Major rewrite of publish section: removes MOS auth, prerequisites, and token details
docs/design.md Replaces MOS Titles Service with Microsoft 365 Admin Center in architecture diagram
docs/ai-workflows/README.md Updates publish description
docs/ai-workflows/quick-reference.md Updates publish comment and removes MOS_TITLES_URL env var
docs/ai-workflows/integration-test-workflow.md Updates publish test descriptions
src/.../design.md Removes MOS references from file tree and requirement checks table
src/.../Commands/README.md Updates publish command description
src/.../Commands/CreateInstanceCommand.cs Replaces MOS terminology in deprecation messages
src/.../Services/A365CreateInstanceRunner.cs Replaces MOS terminology in deprecation warnings
src/.../Services/README.md Removes AgentPublishService and MosTokenService entries
src/.../Helpers/README.md Removes PublishHelpers section
src/.../Constants/README.md Removes MosConstants section and MOS error message examples
src/.../Constants/ErrorMessages.cs Removes MOS token and prerequisites error messages
src/.../Constants/ErrorCodes.cs Removes MOS-related error codes
src/.../Commands/SetupSubcommands/PermissionsSubcommand.cs Removes "MOS" prefix from Power Platform API comment

You can also share your feedback on Copilot code review. Take the survey.

@ajmfehr ajmfehr changed the title cleanup: remove internal service references from docs and code cleanup: remove service references from docs and code Mar 12, 2026
@sellakumaran sellakumaran merged commit d2ba4e9 into main Mar 12, 2026
12 checks passed
@sellakumaran sellakumaran deleted the cleanup/cleanup-publish branch March 12, 2026 18:10
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.

4 participants