feat: release azure.ai.agents 1.0.0-beta.3#8961
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the azure.ai.agents extension for its 1.0.0-beta.3 release. It follows the documented "PR 1 — Version bump" step of the extension's two-PR release process (AGENTS.md:123-139), touching only the version files and changelog; the follow-up registry.json update is correctly deferred to PR 2.
I verified the changelog against the commit history for the extension path: the five referenced PRs (#8852, #8952, #8941, #8926, #8933) are exactly the set of commits touching cli/azd/extensions/azure.ai.agents merged after the beta.2 version bump (#8905). The one other intervening commit (#8851, merged 2026-07-02) is already documented under the beta.2 section via issue #8586, so it is correctly not duplicated here. The release date (2026-07-03) matches today and the latest included commit, the #8742→#8852 reference correction is valid (both point at the memory-stores work), and the "Thanks @m5i-work" attribution for #8941 matches the PR's author.
Changes:
- Bump
azure.ai.agentsfrom1.0.0-beta.2to1.0.0-beta.3in bothversion.txtandextension.yaml(kept in sync). - Promote the prior
Unreleasedmemory-stores entry into a new1.0.0-beta.3changelog section and correct its link from issue #8742 to PR #8852. - Add changelog entries for #8952 (Features Added) and #8941/#8926/#8933 (Bugs Fixed).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
cli/azd/extensions/azure.ai.agents/version.txt |
Bumps the semver string to 1.0.0-beta.3. |
cli/azd/extensions/azure.ai.agents/extension.yaml |
Updates the version: field to 1.0.0-beta.3, kept in sync with version.txt. |
cli/azd/extensions/azure.ai.agents/CHANGELOG.md |
Adds the 1.0.0-beta.3 release section with Features Added and Bugs Fixed entries; corrects the memory-stores reference to PR #8852. |
Motivation
Release the next beta of the Foundry agents extension. This bumps
azure.ai.agentsfrom1.0.0-beta.2to1.0.0-beta.3and adds changelog entries for all PRs merged since the last release.Changes
Version bump:
azure.ai.agents:1.0.0-beta.2→1.0.0-beta.3(version.txt+extension.yaml)Changelog (
1.0.0-beta.3):Features Added
azd deploy(promoted from the priorUnreleasedsection; corrected the reference from issue Add Foundry memory support #8742 to PR feat(agents): provision Foundry memory stores during deploy #8852).azure.yamltemplates selected from the template picker through the Foundry adoption flow.Bugs Fixed
Azure AI Userrole to per-agent managed identities after deploy, unblocking users without role-assignment permission. Thanks @m5i-work!--deploy-mode/--runtime/--entry-pointflags when adopting a unifiedazure.yaml.azure.yamladoption path.Not changed: the
microsoft.foundrydependency constraint (~1.0.0-beta.1) already satisfies beta.3, matching the1.0.0-beta.2patch-release precedent (#8905).