Prepare September Foundry extension releases - #9958
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
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. |
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
There was a problem hiding this comment.
🟢 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
YoYoJacontributor 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.
There was a problem hiding this comment.
🟢 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
Co-authored-by: huimiu <107838226+huimiu@users.noreply.github.com>
There was a problem hiding this comment.
🔵 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.projectsat~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.10and updateazure.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
|
/check-enforcer override |
azure.ai.routines PR buildNote 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"
|
azure.ai.inspector PR buildNote 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"
|
azure.ai.projects PR buildNote 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"
|
azure.ai.agents PR buildNote 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"
|
Prepare the next Foundry extension artifacts so the latest user-facing changes can be published together.
Changes
azure.ai.agentsto1.0.0-beta.15with release notes for hosted voice agents, prompt voice telephony bindings, project-name prompting, invoke protocol detection, and optimization baseline fixes.azure.ai.inspectorto1.0.0-beta.7with release notes for the refreshed embedded Inspector UI.azure.ai.projectsto1.0.0-beta.10with release notes for project and deployment authoring workflows.azure.ai.routinesto1.0.0-beta.6with release notes for the GA API and multi-tenant deployment authentication fix.version.txtandextension.yamlversion synchronized.YoYoJato the GitHub contributor spelling allowlist.Validation
version.txtandextension.yaml.git diff --check.cspellwas unavailable in the local environment.