Skip to content

[Foundry Meta Extension] Renaming the meta extension#8496

Merged
trangevi merged 2 commits into
mainfrom
trangevi/meta-package-name-change
May 30, 2026
Merged

[Foundry Meta Extension] Renaming the meta extension#8496
trangevi merged 2 commits into
mainfrom
trangevi/meta-package-name-change

Conversation

@trangevi
Copy link
Copy Markdown
Member

Fixes #8495

Marketing is requiring that we rename the meta extension

trangevi added 2 commits May 29, 2026 17:30
Signed-off-by: trangevi <trangevi@microsoft.com>
Signed-off-by: trangevi <trangevi@microsoft.com>
@github-actions
Copy link
Copy Markdown

📋 Prioritization Note

Thanks for the contribution! The linked issue isn't in the current milestone yet.
Review may take a bit longer — reach out to @rajeshkamal5050 or @kristenwomack if you'd like to discuss prioritization.

Copy link
Copy Markdown
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

Renames the Foundry meta-extension in the first-party extension registry to the new marketing-required ID (microsoft.foundry) and introduces the corresponding extension-pack metadata under cli/azd/extensions/microsoft.foundry/.

Changes:

  • Update the extension registry entry ID from azure.ai.foundry to microsoft.foundry.
  • Add a new microsoft.foundry extension-pack folder with extension.yaml, version.txt, README.md, and CHANGELOG.md.
  • Define the pack’s dependency set so installing microsoft.foundry installs the bundled Foundry extensions.

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
cli/azd/extensions/registry.json Renames the meta-extension registry ID to microsoft.foundry.
cli/azd/extensions/microsoft.foundry/extension.yaml Defines the new extension pack metadata and dependencies.
cli/azd/extensions/microsoft.foundry/version.txt Introduces the pack version (0.1.0-preview).
cli/azd/extensions/microsoft.foundry/README.md Adds basic user-facing documentation for the new pack.
cli/azd/extensions/microsoft.foundry/CHANGELOG.md Adds initial release notes for the new pack.
Comments suppressed due to low confidence (1)

cli/azd/extensions/microsoft.foundry/extension.yaml:4

  • This description says the pack bundles "all" Microsoft Foundry azd extensions, but the dependency list does not include every Foundry-related extension present in the repo/registry (e.g., azure.ai.finetune, azure.ai.models). Either include the missing dependencies or soften the wording so it matches what actually gets installed.

Comment thread cli/azd/extensions/registry.json
@github-actions github-actions Bot added the area/extensions Extensions (general) label May 30, 2026
@trangevi
Copy link
Copy Markdown
Member Author

/check-enforcer override

@trangevi trangevi merged commit 4a620a1 into main May 30, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/extensions Extensions (general)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Marketing requirement; rename meta package

3 participants