Skip to content

Commit 0e46bd6

Browse files
Copilottrangevi
andauthored
Prepare azure.ai.agents 0.1.28-preview patch release (#7941)
* Initial plan * chore: prepare azure.ai.agents 0.1.28-preview release Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/870af740-8731-4cff-be35-f8763b083afb Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: trangevi <26490000+trangevi@users.noreply.github.com>
1 parent 0a113e6 commit 0e46bd6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

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

3+
## 0.1.28-preview (2026-04-28)
4+
5+
- [[#7930]](https://github.com/Azure/azure-dev/pull/7930) Fetch the hosted-agent supported regions list at runtime from a remote JSON manifest with an embedded fallback, replacing the hardcoded list; region data can now be updated without cutting an extension release.
6+
37
## 0.1.27-preview (2026-04-22)
48

59
- [[#7880]](https://github.com/Azure/azure-dev/pull/7880) Remove ACR endpoint pre-check from the package step; packaging no longer fails early when `AZURE_CONTAINER_REGISTRY_ENDPOINT` is absent, allowing provisioning to create the registry first for new projects.

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.27-preview
8+
version: 0.1.28-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.27-preview
1+
0.1.28-preview

0 commit comments

Comments
 (0)