Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cli/azd/extensions/microsoft.foundry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.0.0-beta.2 (2026-07-23)

### Features Added

- [[#9277]](https://github.com/Azure/azure-dev/pull/9277) Bump bundled `azure.ai.agents` to `~1.0.0-beta.7` and `azure.ai.projects` to `~1.0.0-beta.3` to complete the `microsoft.foundry` provisioning-provider handoff from agents to projects, and raise `requiredAzdVersion` to `>=1.27.1`.

## 1.0.0-beta.1 (2026-06-30)

### Features Added
Expand Down
8 changes: 4 additions & 4 deletions cli/azd/extensions/microsoft.foundry/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ id: microsoft.foundry
tags:
- ai
- foundry
version: 1.0.0-beta.1
requiredAzdVersion: ">=1.27.0"
version: 1.0.0-beta.2
requiredAzdVersion: ">=1.27.1"
dependencies:
- id: azure.ai.agents
version: "~1.0.0-beta.1"
version: "~1.0.0-beta.7"
- id: azure.ai.connections
version: "~1.0.0-beta.1"
- id: azure.ai.inspector
version: "~1.0.0-beta.1"
- id: azure.ai.projects
version: "~1.0.0-beta.1"
version: "~1.0.0-beta.3"
- id: azure.ai.routines
version: "~1.0.0-beta.1"
- id: azure.ai.skills
Expand Down
2 changes: 1 addition & 1 deletion cli/azd/extensions/microsoft.foundry/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.1
1.0.0-beta.2
Loading