Copy .claude-plugin/plugin.json to repo root for Claude marketplace support#1605
Merged
tmeschter merged 1 commit intomicrosoft:mainfrom Mar 31, 2026
Merged
Conversation
…upport Add .claude-plugin/plugin.json to the sync-to-microsoft-azure-skills job so the Azure plugin is discoverable in the Claude marketplace. Updates the copy, URL replacement, version restore, and version bump steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the sync-to-microsoft-azure-skills job in the publish workflow so that the Claude marketplace manifest (.claude-plugin/plugin.json) is copied into the target repo root (under .claude-plugin/) when syncing to microsoft/azure-skills, and is included in the existing URL-rewrite and version-bump logic.
Changes:
- Copy
source-repo/plugin/.claude-plugin/plugin.jsonintotarget-repo/.claude-plugin/plugin.json. - Include the new root
.claude-plugin/plugin.jsonin the URL rewrite pass. - Include the new root
.claude-plugin/plugin.jsonin version restore + version bump file lists.
kvenkatrajan
approved these changes
Mar 31, 2026
tmeschter
added a commit
to tmeschter/GitHub-Copilot-for-Azure
that referenced
this pull request
Apr 2, 2026
…upport (microsoft#1605) Add .claude-plugin/plugin.json to the sync-to-microsoft-azure-skills job so the Azure plugin is discoverable in the Claude marketplace. Updates the copy, URL replacement, version restore, and version bump steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
tmeschter
added a commit
to tmeschter/GitHub-Copilot-for-Azure
that referenced
this pull request
Apr 2, 2026
…upport (microsoft#1605) Add .claude-plugin/plugin.json to the sync-to-microsoft-azure-skills job so the Azure plugin is discoverable in the Claude marketplace. Updates the copy, URL replacement, version restore, and version bump steps. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Apr 2, 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.
Updates the sync-to-microsoft-azure-skills job in the publish-to-marketplace workflow to copy .claude-plugin/plugin.json to the repo root of microsoft/azure-skills, enabling the Azure plugin to be discoverable in the Claude marketplace.
Changes: