Prepare azure.ai.agents 1.0.0-beta.2 patch release#8905
Merged
huimiu merged 2 commits intoJul 1, 2026
Merged
Conversation
Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare new patch release for azure.ai.agents
Prepare azure.ai.agents 1.0.0-beta.2 patch release
Jul 1, 2026
tg-msft
marked this pull request as ready for review
July 1, 2026 04:36
tg-msft
requested review from
JeffreyCA,
glharper,
huimiu,
hund030,
therealjohn,
trangevi and
trrwilson
as code owners
July 1, 2026 04:36
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the azure.ai.agents extension for the 1.0.0-beta.2 patch release by bumping the version metadata and adding a changelog entry describing the fix referenced in #8901.
Changes:
- Bump
azure.ai.agentsversion from1.0.0-beta.1to1.0.0-beta.2. - Keep the extension manifest (
extension.yaml) in sync with the new version. - Add a
1.0.0-beta.2changelog entry documenting the fix shipped in this patch.
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 | Updates the extension version string to 1.0.0-beta.2. |
| cli/azd/extensions/azure.ai.agents/extension.yaml | Updates the manifest version: field to 1.0.0-beta.2 to match version.txt. |
| cli/azd/extensions/azure.ai.agents/CHANGELOG.md | Adds a 1.0.0-beta.2 release note describing the fix from PR #8901. |
huimiu
approved these changes
Jul 1, 2026
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
Member
|
/check-enforcer override |
huimiu
deleted the
copilot/prepare-new-patch-release-af8fb55f-a92c-4475-9beb-3e7e1e6284e3
branch
July 1, 2026 04:43
This was referenced 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.
Patch release bump for
azure.ai.agentsto ship the fix from #8901 (remove duplicate service-target provider claims for hosts now owned by the split Foundry extensions).Changes
version.txt—1.0.0-beta.1→1.0.0-beta.2extension.yaml—version:field updated to1.0.0-beta.2CHANGELOG.md— new1.0.0-beta.2section documenting the fixAfter merge, trigger the CI release pipeline. Registry update (
registry.json) follows in PR 2 once artifacts are published.