Prepare Foundry extensions for release (2026-07-23)#9267
Merged
Conversation
huimiu
requested review from
JeffreyCA,
RickWinter,
glharper,
hemarina,
hund030,
richardpark-msft,
tg-msft,
therealjohn,
trangevi,
trrwilson and
vhvb1989
as code owners
July 23, 2026 02:41
|
Azure Pipelines: Successfully started running 3 pipeline(s). 19 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 Foundry extension releases with synchronized versions, manifests, changelogs, and spelling dictionaries.
Changes:
- Bumps agents, projects, and toolboxes extension versions.
- Adds release notes for user-facing changes since prior releases.
- Updates cspell entries for regions and contributor attribution.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.vscode/cspell-github-user-aliases.txt |
Adds the credited contributor handle. |
cli/azd/extensions/azure.ai.agents/CHANGELOG.md |
Documents agents beta.7 changes. |
cli/azd/extensions/azure.ai.agents/cspell.yaml |
Adds new hosted-region names. |
cli/azd/extensions/azure.ai.agents/extension.yaml |
Sets agents version to beta.7. |
cli/azd/extensions/azure.ai.agents/version.txt |
Synchronizes the agents release version. |
cli/azd/extensions/azure.ai.projects/CHANGELOG.md |
Documents projects beta.3 changes. |
cli/azd/extensions/azure.ai.projects/extension.yaml |
Sets projects version to beta.3. |
cli/azd/extensions/azure.ai.projects/version.txt |
Synchronizes the projects release version. |
cli/azd/extensions/azure.ai.toolboxes/CHANGELOG.md |
Documents toolboxes beta.4 changes. |
cli/azd/extensions/azure.ai.toolboxes/extension.yaml |
Sets toolboxes version to beta.4. |
cli/azd/extensions/azure.ai.toolboxes/version.txt |
Synchronizes the toolboxes release version. |
huimiu
force-pushed
the
hui/foundry-extensions-release
branch
from
July 23, 2026 02:44
e9e3dd9 to
8e73326
Compare
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
huimiu
force-pushed
the
hui/foundry-extensions-release
branch
from
July 23, 2026 03:19
8e73326 to
4ecc6dd
Compare
hund030
approved these changes
Jul 23, 2026
huimiu
enabled auto-merge (squash)
July 23, 2026 03:30
Member
Author
|
/check-enforcer override |
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
The Foundry AI extensions have accumulated user-facing changes since their last releases and need changelog entries and version bumps before cutting this week's versions. Without this PR the published registry, changelog history, and version files would drift out of sync with what has already merged to
main.What changed
Updated
CHANGELOG.md,version.txt, andextension.yamlfor each extension with categorized entries covering every user-facing commit since the last release tag:invocations_wsprotocol ininit[[Support invocations_ws in agent init #9009]], additional hosted-agent regions [[Add hosted agent regions #9204]]), 6 bug fixes (unifiedazure.yamlresolution in run/deploy [[fix: read unified azure.yaml in agent run and deploy #9149]], modern Python code deploy [[fix: detect modern Python agents for code deploy #9171]], deploy RBAC role check / 403 [[fix(agents): restrict deploy RBAC pre-flight to roles with CogSvc data plane access #9205]], stale ACR connection validation [[fix(agents): validate discovered ACR connections #9225]],doctorinline definitions [[fix: validate unified agent definitions in doctor #9254]]), 1 other change (Foundry provisioning moved toazure.ai.projects[[feat: transfer Foundry provisioning to projects #9133]])azure.yamlresolution in synthesis/provisioning [[fix: read unified azure.yaml in agent run and deploy #9149]])Also added the four new Azure region names to the
azure.ai.agentscspell dictionary so spell check passes.