Skip to content

Commit 405bce6

Browse files
authored
feat: release azure.ai.agents 1.0.0-beta.4 (#8971)
1 parent c670949 commit 405bce6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.0-beta.4 (2026-07-03)
4+
5+
### Bugs Fixed
6+
7+
- [[#8947]](https://github.com/Azure/azure-dev/pull/8947) Fix brownfield Foundry provisioning failing with `InvalidTemplate` when a deploy reconciled model deployments without creating a container registry. `projectName` is now always passed to the brownfield template, so the existing project reference stays valid on the non-ACR path.
8+
39
## 1.0.0-beta.3 (2026-07-03)
410

511
### Features Added

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ displayName: Foundry agents (Beta)
55
description: Ship agents with Microsoft Foundry from your terminal. (Beta)
66
usage: azd ai agent <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 1.0.0-beta.3
8+
version: 1.0.0-beta.4
99
requiredAzdVersion: ">=1.27.0"
1010
dependencies:
1111
- id: azure.ai.inspector
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-beta.3
1+
1.0.0-beta.4

0 commit comments

Comments
 (0)