Rename 'app add connector' to 'app add data-source' in managed-apps docs#16
Open
eschavez wants to merge 3 commits into
Open
Rename 'app add connector' to 'app add data-source' in managed-apps docs#16eschavez wants to merge 3 commits into
eschavez wants to merge 3 commits into
Conversation
Mirror CLI PR renaming the verb 'ms app add connector' -> 'ms app add data-source' (connector kept as a deprecated alias; --connector <api-id> flag retained). Rename the /add-connector skill to /add-data-source and update all delegating wrapper skills and docs (including the connector decision guide). Note the connector form is deprecated. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Microsoft Managed Apps plugin documentation to reflect the CLI rename from ms app add connector to ms app add data-source, including updating the canonical “add” skill and its wrapper skills, and documenting the deprecated alias.
Changes:
- Replaced doc references to
ms app add connectorwithms app add data-sourceacross skills and references. - Renamed the canonical skill from
/add-connectorto/add-data-sourceand updated wrapper skills to delegate to the new command/skill name. - Added explicit documentation that
ms app add connectorremains available as a deprecated alias.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/microsoft-managed-apps/skills/list-connectors/SKILL.md | Updates CLI command wording to ms app add data-source for connection-creation guidance. |
| plugins/microsoft-managed-apps/skills/create-app/SKILL.md | Updates orchestration guidance to use /add-data-source as the generic fallback skill. |
| plugins/microsoft-managed-apps/skills/add-teams/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/skills/add-sharepoint/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/skills/add-sharepoint/references/sharepoint-reference.md | Updates the example add command to ms app add data-source. |
| plugins/microsoft-managed-apps/skills/add-onedrive/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/skills/add-office365/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/skills/add-mcscopilot/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/skills/add-excel/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/skills/add-dataverse/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/skills/add-dataverse/references/api-authentication-reference.md | Updates add-command example to ms app add data-source. |
| plugins/microsoft-managed-apps/skills/add-data-source/SKILL.md | Renames and updates the canonical add skill to the new command name and documents the deprecated alias. |
| plugins/microsoft-managed-apps/skills/add-azuredevops/SKILL.md | Updates wrapper delegation docs to point to /add-data-source. |
| plugins/microsoft-managed-apps/shared/connector-reference.md | Updates canonical command reference and documents deprecated alias behavior. |
| plugins/microsoft-managed-apps/shared/connector-decision-guide.md | Updates guidance to reference /add-data-source for the generic add flow (plus related guide updates). |
| plugins/microsoft-managed-apps/README.md | Updates the top-level skill list to include /add-data-source. |
| plugins/microsoft-managed-apps/QUICKSTART.md | Updates quickstart guidance to reference /add-data-source and the new CLI command. |
| plugins/microsoft-managed-apps/agents/microsoft-apps-architect.md | Updates architect agent docs to use ms app add data-source and /add-data-source. |
| plugins/microsoft-managed-apps/AGENTS.md | Updates plugin agent documentation to use /add-data-source in the workflow and skill list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…atus Address PR review: the '/list-connectors' line was false. 'ms connector list' shows available connectors and whether each is allowed or blocked by org policy (verified against CLI ListConnectors.ts Policy Status column). Correct the connector decision guide line and document the policy-status view in the list-connectors skill. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2c8ca73 to
49e40df
Compare
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.
Mirrors the CLI PR renaming the verb
ms app add connector->ms app add data-source(andremove connector->remove data-source). Docs-only.Changes
ms app add data-sourceeverywhere (the--connector <api-id>flag is retained)./add-connector->/add-data-source(folder, frontmatter, heading) and updated all delegating wrapper skills (/add-dataverse,/add-sharepoint, etc.), the connector decision guide, and the README / AGENTS / QUICKSTART / agent references.ms app add connectorstill works but is deprecated — preferdata-source.Out of scope (not currently in the plugin docs): the
removeflag rename--data-source-name->--nameand the hiding ofms app refresh.