fix: pin AI extensions to released azd module#9103
Conversation
There was a problem hiding this comment.
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. |
jongio
left a comment
There was a problem hiding this comment.
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.
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
|
/check-enforcer override |
Fixes: #9105
Summary
azdreplace directives from the agents, connections, routines, and toolboxes modules.github.com/azure/azure-dev/cli/azd v1.27.1.Testing
GOWORK=off go test ./...in each affected extension module.