Prepare azure.ai.agents 0.1.39-preview release#8615
Merged
Conversation
Co-authored-by: glharper <64209257+glharper@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare new patch release for azure.ai.agents
Prepare azure.ai.agents 0.1.39-preview release
Jun 11, 2026
glharper
approved these changes
Jun 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the azure.ai.agents extension for the 0.1.39-preview release by bumping the extension version and adding release notes for the PRs merged since 0.1.38-preview.
Changes:
- Bumped
azure.ai.agentsextension version to0.1.39-previewin bothversion.txtandextension.yaml. - Added a new
0.1.39-preview (2026-06-11)section to the extension changelog with entries for PRs #8602, #8589, #8576, #8574, #8566, and #8519. - Added GitHub handle spellcheck aliases to pass cspell checks for new contributor attributions.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cli/azd/extensions/azure.ai.agents/version.txt | Bumps the extension version to 0.1.39-preview. |
| cli/azd/extensions/azure.ai.agents/extension.yaml | Keeps the extension manifest version in sync with version.txt. |
| cli/azd/extensions/azure.ai.agents/CHANGELOG.md | Adds the 0.1.39-preview release notes section. |
| .vscode/cspell-github-user-aliases.txt | Adds new contributor handles to the global cspell alias list. |
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
therealjohn
approved these changes
Jun 11, 2026
Member
|
/check-enforcer override |
JeffreyCA
approved these changes
Jun 11, 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.
Version-bump PR (PR 1 of the two-PR extension release flow) for the
azure.ai.agentsextension, covering the 6 PRs merged since0.1.38-preview.Changes
version.txt/extension.yaml— bumped to0.1.39-preview(kept in sync).CHANGELOG.md— new0.1.39-preview (2026-06-11)section with one entry per PR, in the file's existing flat bullet style with external-contributor attribution:#8602— Foundry${{...}}server-side expressions in env expansion#8589— Alignoptimize/evalwith the V2Preview optimization API#8576— Newazd ai agent code downloadcommand#8574— Newazd ai agent endpoint showcommand + auth-change warning#8566— Renameeval init→eval generate;-eflag, dataset path, and version-reconciliation fixes#8519— Newazd ai agent deletecommand.vscode/cspell-github-user-aliases.txt— addedhuimiuandZyysurelyso the new handles pass the spell check.All entry PR numbers were verified against the commit range and checked for cross-release duplicates.
Follow-up
PR 2 (registry update) regenerates
cli/azd/extensions/registry.jsonviaazd x publishafter the signed release artifacts are published — not included here.Fixes #8614