fix: add azure.ai.agents 1.0.0-beta.2 to registry#8910
Merged
Conversation
huimiu
requested review from
JeffreyCA,
RickWinter,
glharper,
hemarina,
hund030,
tg-msft,
therealjohn,
trangevi,
trrwilson and
vhvb1989
as code owners
July 1, 2026 05:50
huimiu
added a commit
that referenced
this pull request
Jul 1, 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.
Targets
trangevi/extensions-release(the branch behind #8900), notmain.Why
#8900 adds the
azure.ai.agents1.0.0-beta.1registry entry, which still embedsthe duplicate
service-targetproviders (azure.ai.project,azure.ai.connection,azure.ai.toolbox) that #8901 removed. #8905 then bumped the extension to1.0.0-beta.2onmain. As-is, #8900 would republish that duplicate-providerconflict and lag the extension by a patch.
What
maininto the branch (fix: prevent duplicate service target providers #8901 + Prepare azure.ai.agents 1.0.0-beta.2 patch release #8905), bringing the fixedazure.ai.agentssource to1.0.0-beta.2.azd x publish -v 1.0.0-beta.2(the samecommand the release pipeline's
Update_Registryjob runs), adding the1.0.0-beta.2entry with real checksums/URLs from the published release. Itsproviders are just
azure.ai.agent+microsoft.foundry.Validation
TestFigSpec/TestUsagesnapshot tests pass with no snapshot changes(the description stays
(Beta)).