chore: prepare azure.ai.agents beta.8 and azure.ai.projects beta.4 releases - #9371
Merged
Conversation
Bump version and add changelog for 1 PR since beta.3: - Bug fix: cap Foundry ARM deployment names to 64 chars (#9292) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
trangevi
requested review from
JeffreyCA,
glharper,
huimiu,
hund030,
therealjohn and
trrwilson
as code owners
July 30, 2026 20:27
|
Azure Pipelines: Successfully started running 2 pipeline(s). 20 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares coordinated releases for the azure.ai.agents and azure.ai.projects extensions.
Changes:
- Bumps agents to beta.8 and projects to beta.4.
- Adds release notes covering merged features and fixes.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
azure.ai.projects/version.txt |
Updates release version. |
azure.ai.projects/extension.yaml |
Synchronizes manifest version. |
azure.ai.projects/CHANGELOG.md |
Adds beta.4 release notes. |
azure.ai.agents/version.txt |
Updates release version. |
azure.ai.agents/extension.yaml |
Synchronizes manifest version. |
azure.ai.agents/CHANGELOG.md |
Adds beta.8 release notes. |
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
therealjohn
approved these changes
Jul 30, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
therealjohn
approved these changes
Jul 30, 2026
Fix cspell-ext CI gate failure for the azure.ai.agents CHANGELOG entry referencing @imatiach-msft (PR #9314). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
trangevi
requested review from
RickWinter,
hemarina,
richardpark-msft,
tg-msft and
vhvb1989
as code owners
July 30, 2026 20:39
trangevi
enabled auto-merge (squash)
July 30, 2026 20:55
JeffreyCA
approved these changes
Jul 30, 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.
Why
Both
azure.ai.agentsandazure.ai.projectshave accumulated changes since their last releases (beta.7 and beta.3 respectively, both released 2026-07-23). This PR bumps their versions and adds changelog entries so they are ready to release.What changed
azure.ai.agents 1.0.0-beta.8
Covers 10 PRs since beta.7 -- 2 features and 8 bug fixes:
Features:
max_stallsearly-stopping option for prompt optimization YAML config (feat(agents): add max_stalls parameter to optimize config and API #9314)invocationsprotocol 2.0.0 (feat: default new agents to invocations protocol 2.0.0 #9327)Bug fixes:
azd ai agent project setsuggestion corrected toazd ai project set(fix(azure.ai.agents): suggestazd ai project set, not the removed command #9365)raiPolicyNameinstead of legacy key (fix: name the azure.yaml key in the RAI policy validation error #9328)azd ai agent init --infranow works after manifest adoption and below project root (fix(agents): resolve project root for infra eject #9291)gpt-4.1-minitogpt-5.4-mini(fix: update default agent init model to gpt-5.4-mini #9290)${VAR}env references in adopted Foundry config (fix(agents): prompt for unified config env values #9212).shfiles (fix(ai-agents): preserve shell script permissions on init #9280)uv.lockduring local run (fix(ai-agents): honor uv.lock during local run #9237)azure.ai.projects 1.0.0-beta.4
Covers 1 PR since beta.3:
Files touched
For each extension, three files are updated:
version.txt-- version bumpextension.yaml-- version bumpCHANGELOG.md-- new release section