Skip to content

Prepare September Foundry extension releases - #9958

Merged
Travis Angevine (trangevi) merged 6 commits into
mainfrom
trangevi/foundry-extension-releases
Sep 11, 2026
Merged

Prepare September Foundry extension releases#9958
Travis Angevine (trangevi) merged 6 commits into
mainfrom
trangevi/foundry-extension-releases

Conversation

@trangevi

Copy link
Copy Markdown
Member

Prepare the next Foundry extension artifacts so the latest user-facing changes can be published together.

Changes

  • Bump azure.ai.agents to 1.0.0-beta.15 with release notes for hosted voice agents, prompt voice telephony bindings, project-name prompting, invoke protocol detection, and optimization baseline fixes.
  • Bump azure.ai.inspector to 1.0.0-beta.7 with release notes for the refreshed embedded Inspector UI.
  • Bump azure.ai.projects to 1.0.0-beta.10 with release notes for project and deployment authoring workflows.
  • Bump azure.ai.routines to 1.0.0-beta.6 with release notes for the GA API and multi-tenant deployment authentication fix.
  • Keep each extension's version.txt and extension.yaml version synchronized.
  • Add YoYoJa to the GitHub contributor spelling allowlist.

Validation

  • Confirmed each changelog's top release version matches version.txt and extension.yaml.
  • Confirmed the staged diff passes git diff --check.
  • cspell was unavailable in the local environment.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 5 pipeline(s).
17 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@github-actions

Copy link
Copy Markdown

📋 Prioritization Note

Thanks for the contribution! The linked issue isn't in the current milestone yet.
Thank you for logging this issue; our team is reviewing it. If you need urgent prioritization, tag Rick Winter (@RickWinter) and Kristen Womack (@kristenwomack) to let us know.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

Versions are synchronized, release notes match the linked merged changes, and the alias is verified and correctly ordered.

Pull request overview

Prepares synchronized September releases for four Foundry extensions.

Changes:

  • Bumps extension versions and adds matching release notes.
  • Adds the verified YoYoJa contributor alias.
File summaries
File Description
azure.ai.agents/version.txt Bumps Agents to beta.15.
azure.ai.agents/extension.yaml Synchronizes the manifest version.
azure.ai.agents/CHANGELOG.md Documents Agents features and fixes.
azure.ai.inspector/version.txt Bumps Inspector to beta.7.
azure.ai.inspector/extension.yaml Synchronizes the manifest version.
azure.ai.inspector/CHANGELOG.md Documents the Inspector UI refresh.
azure.ai.projects/version.txt Bumps Projects to beta.10.
azure.ai.projects/extension.yaml Synchronizes the manifest version.
azure.ai.projects/CHANGELOG.md Documents project authoring workflows.
azure.ai.routines/version.txt Bumps Routines to beta.6.
azure.ai.routines/extension.yaml Synchronizes the manifest version.
azure.ai.routines/CHANGELOG.md Documents GA API and authentication changes.
.vscode/cspell-github-user-aliases.txt Adds the verified contributor handle.
Review details
  • Files reviewed: 13/13 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot added ext-agents azure.ai.agents extension ext-inspector azure.ai.inspector extension ext-projects azure.ai.projects extension ext-routines azure.ai.routines extension labels Sep 10, 2026
Copilot AI review requested due to automatic review settings September 10, 2026 22:36
Copilot AI review requested due to automatic review settings September 11, 2026 06:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

No unresolved blocking issues were identified in the reviewed release metadata and documentation updates.

Review details
  • Files reviewed: 13/13 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

Copilot AI review requested due to automatic review settings September 11, 2026 06:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The only finding is a non-blocking nit; release metadata is otherwise synchronized.

Review details

Suppressed comments (1)

cli/azd/extensions/azure.ai.agents/CHANGELOG.md:5

  • The release heading is dated 2026-09-10, but this entry includes #9900 and #9805, which were merged on 2026-09-11. Extension release guidance requires the top entry to use the authoring/release date; update this date when publishing, or move entries that were not available on September 10 into the appropriate release.
## 1.0.0-beta.15 (2026-09-10)
  • Files reviewed: 13/13 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

@github-actions github-actions Bot added the ext-foundry azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes}, microsoft.foundry label Sep 11, 2026
Copilot AI review requested due to automatic review settings September 11, 2026 06:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

All reviewed changes are synchronized and no unresolved review comments remain.

Review details
  • Files reviewed: 13/13 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

Comment thread cli/azd/extensions/azure.ai.agents/CHANGELOG.md Outdated
Co-authored-by: huimiu <107838226+huimiu@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 Needs a closer look

Raise the Agents dependency minimum to Projects beta.10 and update the ownership test assertion.

Review details

Suppressed comments (1)

cli/azd/extensions/azure.ai.agents/extension.yaml:8

  • The Projects release in this PR contains the environment-reference fixes from #9805, but the new Agents release still declares azure.ai.projects at ~1.0.0-beta.9. Because azd accepts an already-installed dependency when it satisfies the constraint (cli/azd/pkg/extensions/manager.go:841-851), users can run Agents beta.15 with Projects beta.9 and miss those fixes. Raise the minimum to ~1.0.0-beta.10 and update azure.ai.projects/internal/cmd/ownership_test.go's manifest assertion.
version: 1.0.0-beta.15
  • Files reviewed: 13/13 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

@huimiu

Copy link
Copy Markdown
Member

/check-enforcer override

@trangevi
Travis Angevine (trangevi) merged commit a1243a2 into main Sep 11, 2026
40 of 79 checks passed
@huimiu
Hui Miao (huimiu) deleted the trangevi/foundry-extension-releases branch September 11, 2026 07:34
@azure-sdk-automation

Copy link
Copy Markdown
Contributor

azure.ai.routines PR build

Note

This is an unsigned development build. Install it only if you trust this PR.

Install the extension:

azd ext install "https://azuresdkartifacts.z5.web.core.windows.net/azd/extensions/pr/9958/azure-ai-routines.zip"
  • Version: 1.0.0-beta.6.pr.9958.6824284
  • Merge commit: d0a4c3b

@azure-sdk-automation

Copy link
Copy Markdown
Contributor

azure.ai.inspector PR build

Note

This is an unsigned development build. Install it only if you trust this PR.

Install the extension:

azd ext install "https://azuresdkartifacts.z5.web.core.windows.net/azd/extensions/pr/9958/azure-ai-inspector.zip"
  • Version: 1.0.0-beta.7.pr.9958.6824597
  • Merge commit: dfbf26b

@azure-sdk-automation

Copy link
Copy Markdown
Contributor

azure.ai.projects PR build

Note

This is an unsigned development build. Install it only if you trust this PR.

Install the extension:

azd ext install "https://azuresdkartifacts.z5.web.core.windows.net/azd/extensions/pr/9958/azure-ai-projects.zip"
  • Version: 1.0.0-beta.10.pr.9958.6824598
  • Merge commit: dfbf26b

@azure-sdk-automation

Copy link
Copy Markdown
Contributor

azure.ai.agents PR build

Note

This is an unsigned development build. Install it only if you trust this PR.

Install the extension:

azd ext install "https://azuresdkartifacts.z5.web.core.windows.net/azd/extensions/pr/9958/azure-ai-agents.zip"
  • Version: 1.0.0-beta.15.pr.9958.6824596
  • Merge commit: dfbf26b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ext-agents azure.ai.agents extension ext-foundry azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes}, microsoft.foundry ext-inspector azure.ai.inspector extension ext-projects azure.ai.projects extension ext-routines azure.ai.routines extension

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Foundry weekly releases

7 participants