Skip to content

Commit 4c7fb2a

Browse files
Prepare azure.ai.agents 0.1.25-preview patch release (#7814)
* Initial plan * Prepare azure.ai.agents 0.1.25-preview patch release Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/cdb200fd-049a-42b1-9b26-19ab08f687dc Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com>
1 parent 299a666 commit 4c7fb2a

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+
## 0.1.25-preview (2026-04-20)
4+
5+
- [[#7811]](https://github.com/Azure/azure-dev/pull/7811) Fix agent deployment RBAC checks to show warnings instead of blocking deployment when role assignment issues are encountered.
6+
- [[#7808]](https://github.com/Azure/azure-dev/pull/7808) Add Azure AI Project Manager and Azure AI Account Owner as accepted roles in the developer RBAC role-assignment-write preflight check.
7+
- [[#7807]](https://github.com/Azure/azure-dev/pull/7807) Fix `azd ai agent invoke` to use the correct endpoint for creating conversations.
8+
39
## 0.1.24-preview (2026-04-17)
410

511
- [[#7765]](https://github.com/Azure/azure-dev/pull/7765) Improve invalid manifest error messaging to guide users to check for a required `template` field.

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 (Preview)
55
description: Ship agents with Microsoft Foundry from your terminal. (Preview)
66
usage: azd ai agent <command> [options]
77
# NOTE: Make sure version.txt is in sync with this version.
8-
version: 0.1.24-preview
8+
version: 0.1.25-preview
99
requiredAzdVersion: ">1.23.13"
1010
language: go
1111
capabilities:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.24-preview
1+
0.1.25-preview

0 commit comments

Comments
 (0)