Remove redundant usage documentation#311
Merged
sellakumaran merged 10 commits intomainfrom Mar 6, 2026
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes redundant in-repo usage/reference documentation for the Agent 365 CLI commands and shifts readers to the authoritative command reference hosted on learn.microsoft.com.
Changes:
- Deleted several command reference/usage markdown files under
docs/and the repo root. - Added
docs/commands/README.mdthat links to the Microsoft Learn CLI reference and documents the repo policy for command docs.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/commands/setup/setup-permissions-copilotstudio.md | Removed local command reference content (now expected to live in Learn docs). |
| docs/commands/setup-permissions-custom.md | Removed local custom permissions guide (now expected to live in Learn docs). |
| docs/commands/develop/develop-gettoken.md | Removed local command reference content (now expected to live in Learn docs). |
| docs/commands/develop/develop-addpermissions.md | Removed local command reference content (now expected to live in Learn docs). |
| docs/commands/deploy.md | Removed local deploy command guide (now expected to live in Learn docs). |
| docs/commands/config-init.md | Removed local config-init guide (now expected to live in Learn docs). |
| docs/commands/README.md | Added a single entry point linking to the Learn-hosted CLI reference plus a docs retention policy. |
| Readme-Usage.md | Removed the repo-level usage guide (now expected to live in Learn docs). |
sellakumaran
previously approved these changes
Mar 5, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sellakumaran
previously approved these changes
Mar 6, 2026
Clarified documentation to reference "Agent 365 CLI commands" and added links for `setup permissions custom` and `setup permissions copilotstudio` commands. Updated design docs to point to official Microsoft Learn references and fixed architecture doc path. Improves clarity and ensures links to authoritative sources.
sellakumaran
previously approved these changes
Mar 6, 2026
ajmfehr
previously approved these changes
Mar 6, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
gwharris7
previously approved these changes
Mar 6, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sellakumaran
approved these changes
Mar 6, 2026
ajmfehr
approved these changes
Mar 6, 2026
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.
This PR removes documentation about using the A365 CLI and replaces it with links to public docs on learn.microsoft.com
This PR goes together with https://github.com/MicrosoftDocs/agent365-docs-pr/pull/303 since I used AI to update existing content with the changes here.