Remove local connector plugin to enable external migration#2404
Open
alexyaang wants to merge 1 commit into
Open
Remove local connector plugin to enable external migration#2404alexyaang wants to merge 1 commit into
alexyaang wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the local Connector Namespaces canvas extension so the approved external plugin can become authoritative without a name conflict.
Changes:
- Deletes the complete local extension, assets, tests, and documentation.
- Removes its generated marketplace entry while leaving
plugins/external.jsonunchanged.
Show a summary per file
| File | Description |
|---|---|
.github/plugin/marketplace.json |
Removes the local marketplace listing. |
extensions/connector-namespaces/.github/plugin/plugin.json |
Removes extension metadata. |
extensions/connector-namespaces/README.md |
Removes extension documentation. |
extensions/connector-namespaces/LICENSE |
Removes the bundled license. |
extensions/connector-namespaces/armClient.mjs |
Removes the Azure API client. |
extensions/connector-namespaces/assets/preview-connected.png |
Removes connected-state artwork. |
extensions/connector-namespaces/assets/preview.png |
Removes preview artwork. |
extensions/connector-namespaces/auth.mjs |
Removes authentication support. |
extensions/connector-namespaces/auth.test.mjs |
Removes authentication tests. |
extensions/connector-namespaces/catalog.mjs |
Removes connector catalog logic. |
extensions/connector-namespaces/categories.mjs |
Removes catalog categories. |
extensions/connector-namespaces/copilot-extension.json |
Removes legacy extension metadata. |
extensions/connector-namespaces/createPage.mjs |
Removes namespace creation UI. |
extensions/connector-namespaces/extension.mjs |
Removes the extension entry point. |
extensions/connector-namespaces/install.mjs |
Removes installation management. |
extensions/connector-namespaces/install.reauth.test.mjs |
Removes reauthentication tests. |
extensions/connector-namespaces/install.test.mjs |
Removes installation tests. |
extensions/connector-namespaces/mcp-http-probe.test.mjs |
Removes MCP transport tests. |
extensions/connector-namespaces/package.json |
Removes package metadata. |
extensions/connector-namespaces/preview/.gitignore |
Removes preview exclusions. |
extensions/connector-namespaces/preview/README.md |
Removes preview documentation. |
extensions/connector-namespaces/preview/fixtures.mjs |
Removes preview fixtures. |
extensions/connector-namespaces/preview/server.mjs |
Removes the preview server. |
extensions/connector-namespaces/preview/shots.mjs |
Removes screenshot tooling. |
extensions/connector-namespaces/renderer.mjs |
Removes canvas rendering logic. |
extensions/connector-namespaces/renderer.test.mjs |
Removes renderer tests. |
extensions/connector-namespaces/review-fixes.test.mjs |
Removes regression tests. |
extensions/connector-namespaces/sandbox.mjs |
Removes playground-link logic. |
extensions/connector-namespaces/sandbox.test.mjs |
Removes playground-link tests. |
extensions/connector-namespaces/server.mjs |
Removes the loopback server. |
extensions/connector-namespaces/server.test.mjs |
Removes server tests. |
extensions/connector-namespaces/state.mjs |
Removes state persistence. |
extensions/connector-namespaces/state.test.mjs |
Removes state tests. |
extensions/connector-namespaces/test/README.md |
Removes smoke-test documentation. |
extensions/connector-namespaces/test/mcp-probe.mjs |
Removes the MCP probe. |
extensions/connector-namespaces/test/safe-tools.mjs |
Removes safe-tool selection. |
extensions/connector-namespaces/test/safe-tools.test.mjs |
Removes safe-tool tests. |
extensions/connector-namespaces/test/smoke.mjs |
Removes smoke-test orchestration. |
Review details
- Files reviewed: 36/38 changed files
- Comments generated: 0
- Review effort level: Medium
codemillmatt
self-requested a review
July 23, 2026 22:15
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
alexyaang
force-pushed
the
alexyaang-external-plugin-connector-namespaces
branch
from
July 23, 2026 22:27
e1e7a61 to
e7ce4a9
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.
Summary
extensions/connector-namespacesplugin that collides with the approved external plugin name..github/plugin/marketplace.jsonand website data so the local listing is no longer published.plugins/external.jsonintentionally unchanged so/approveautomation remains the sole owner of the external catalog update.Migration context
The authoritative implementation is Azure/Connectors release
connector-namespaces-canvas@1.2.0, pinned by the external plugin submission to commit473d526fad34951ed0e12664912df4c7f393ed15.Approval workflow run 29967504777 failed because the local plugin already occupied the
connector-namespacesname. After this prerequisite merges, the coordinator will rerun/approveon the submission issue so the official automation creates the external-entry PR.Validation
npm run buildnpm run website:datanpm run --prefix website buildnpm run plugin:validatebash eng/fix-line-endings.shResolves #2401