Skip to content

fix: pin AI extensions to released azd module#9103

Merged
trangevi merged 1 commit into
mainfrom
hui/remove-temporary-go-replaces
Jul 13, 2026
Merged

fix: pin AI extensions to released azd module#9103
trangevi merged 1 commit into
mainfrom
hui/remove-temporary-go-replaces

Conversation

@huimiu

@huimiu huimiu commented Jul 13, 2026

Copy link
Copy Markdown
Member

Fixes: #9105

Summary

  • Remove temporary local azd replace directives from the agents, connections, routines, and toolboxes modules.
  • Pin each extension to github.com/azure/azure-dev/cli/azd v1.27.1.
  • Refresh module checksums.

Testing

  • GOWORK=off go test ./... in each affected extension module.

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

Pins four Azure AI extensions to the released azd module and removes temporary local replacements.

Changes:

  • Upgrade azd dependency to v1.27.1.
  • Refresh dependency classifications and checksums.

Reviewed changes

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

Show a summary per file
File Description
azure.ai.agents/go.mod Pins released azd module.
azure.ai.agents/go.sum Adds updated checksums.
azure.ai.connections/go.mod Pins azd and tidies dependencies.
azure.ai.connections/go.sum Refreshes checksums.
azure.ai.routines/go.mod Pins released azd module.
azure.ai.routines/go.sum Adds updated checksums.
azure.ai.toolboxes/go.mod Pins azd and promotes protobuf dependency.
azure.ai.toolboxes/go.sum Adds updated checksums.

@github-actions github-actions Bot added ext-agents azure.ai.agents extension ext-connections azure.ai.connections extension ext-routines azure.ai.routines extension ext-toolboxes azure.ai.toolboxes extension labels Jul 13, 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.

Verified the four replace directives were the temporary local ones meant to be dropped before merge, and v1.27.1 is the latest released cli/azd tag. All four extensions now pin the same version, and CI builds/tests green against it, which confirms the released module carries the core changes the replaces were validating locally.

@huimiu huimiu linked an issue Jul 13, 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.

@JeffreyCA

Copy link
Copy Markdown
Contributor

/check-enforcer override

@trangevi trangevi merged commit 1071d70 into main Jul 13, 2026
72 of 73 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-routines azure.ai.routines extension ext-toolboxes azure.ai.toolboxes extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin AI extensions to released azd module

5 participants