Skip to content

Bump requiredAzdVersion to >=1.27.0 for some AI/Foundry extensions#8890

Merged
trangevi merged 1 commit into
mainfrom
trangevi/metadata-for-ha-ga
Jun 30, 2026
Merged

Bump requiredAzdVersion to >=1.27.0 for some AI/Foundry extensions#8890
trangevi merged 1 commit into
mainfrom
trangevi/metadata-for-ha-ga

Conversation

@trangevi

Copy link
Copy Markdown
Member

Why

The AI and Foundry extensions need to require azd core 1.27.0 as the minimum version to ensure compatibility with newer core APIs and behaviors.

What changed

Updated requiredAzdVersion to ">=1.27.0" across 8 extension manifests:

  • Updated existing field: azure.ai.agents, azure.ai.inspector, azure.ai.skills, microsoft.foundry
  • Added new field: azure.ai.connections, azure.ai.projects, azure.ai.routines, azure.ai.toolboxes

For extensions that previously lacked requiredAzdVersion, the field was placed immediately after the version: line, consistent with the convention in other extension manifests.

Update the minimum required azd core version to 1.27.0 (inclusive)
for: azure.ai.agents, azure.ai.connections, azure.ai.inspector,
azure.ai.projects, azure.ai.routines, azure.ai.skills,
azure.ai.toolboxes, and microsoft.foundry.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 30, 2026 20:47
@trangevi trangevi changed the title Bump requiredAzdVersion to >=1.27.0 for all AI/Foundry extensions Bump requiredAzdVersion to >=1.27.0 for some AI/Foundry extensions Jun 30, 2026
@trangevi trangevi linked an issue Jun 30, 2026 that may be closed by this pull request
@github-actions

Copy link
Copy Markdown

📋 Prioritization Note

Thanks for the contribution! The linked issue isn't in the current milestone yet.
Thank you for logging this issue; our team is reviewing it. If you need urgent prioritization, tag @RickWinter and @kristenwomack to let us know.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the minimum azd core version constraint for the AI/Foundry first-party extensions so they only load on azd >=1.27.0, aligning extension compatibility with newer core APIs/behaviors.

Changes:

  • Bumped existing requiredAzdVersion constraints to ">=1.27.0" in 4 extension manifests.
  • Added requiredAzdVersion: ">=1.27.0" to 4 additional extension manifests that previously had no minimum core version requirement.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
cli/azd/extensions/microsoft.foundry/extension.yaml Updates the Foundry meta-extension’s minimum required azd version to >=1.27.0.
cli/azd/extensions/azure.ai.toolboxes/extension.yaml Adds a minimum required azd version (>=1.27.0).
cli/azd/extensions/azure.ai.skills/extension.yaml Updates the skills extension’s minimum required azd version to >=1.27.0.
cli/azd/extensions/azure.ai.routines/extension.yaml Adds a minimum required azd version (>=1.27.0).
cli/azd/extensions/azure.ai.projects/extension.yaml Adds a minimum required azd version (>=1.27.0).
cli/azd/extensions/azure.ai.inspector/extension.yaml Updates the inspector extension’s minimum required azd version to >=1.27.0.
cli/azd/extensions/azure.ai.connections/extension.yaml Adds a minimum required azd version (>=1.27.0).
cli/azd/extensions/azure.ai.agents/extension.yaml Updates the agents extension’s minimum required azd version to >=1.27.0.

@github-actions github-actions Bot added ext-agents azure.ai.agents extension ext-connections azure.ai.connections extension ext-foundry azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes}, microsoft.foundry ext-inspector azure.ai.inspector extension ext-projects azure.ai.projects extension ext-routines azure.ai.routines extension ext-skills azure.ai.skills extension ext-toolboxes azure.ai.toolboxes extension labels Jun 30, 2026

@jongio jongio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Constraint format standardized from strict > to >=, matching the existing convention in azure.ai.training. Field placement in the 4 newly-added manifests (connections, projects, routines, toolboxes) is consistent with existing manifests (after version:). All 8 Foundry-family extensions are covered; non-Foundry AI extensions (training, finetune, models) are correctly excluded from scope.

@trangevi trangevi enabled auto-merge (squash) June 30, 2026 21:40
@trangevi

Copy link
Copy Markdown
Member Author

/check-enforcer override

@trangevi trangevi merged commit 557d601 into main Jun 30, 2026
116 of 118 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ext-agents azure.ai.agents extension ext-connections azure.ai.connections extension ext-foundry azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes}, microsoft.foundry ext-inspector azure.ai.inspector extension ext-projects azure.ai.projects extension ext-routines azure.ai.routines extension ext-skills azure.ai.skills extension ext-toolboxes azure.ai.toolboxes extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Foundry Extensions] Bump requiredAzdVersion to >=1.27.0

4 participants