From 2767e778b1f4f8a139345c9da111d5eb4dcde4fc Mon Sep 17 00:00:00 2001 From: huimiu Date: Wed, 1 Jul 2026 15:21:04 +0800 Subject: [PATCH] fix: point foundry beta.1 agents dep to 1.0.0-beta.2 --- cli/azd/extensions/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index d45099ac170..5bc51a86e01 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -6715,7 +6715,7 @@ "dependencies": [ { "id": "azure.ai.agents", - "version": "~1.0.0-beta.1" + "version": "~1.0.0-beta.2" }, { "id": "azure.ai.connections",