From 3ff1d25e4a0f9e012fea09cd77ad5da6828853c3 Mon Sep 17 00:00:00 2001 From: huimiu Date: Wed, 1 Jul 2026 14:41:32 +0800 Subject: [PATCH] fix: remove azure.ai.agents 1.0.0-beta.1 from registry --- cli/azd/extensions/registry.json | 103 ------------------------------- 1 file changed, 103 deletions(-) diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index eb03fc821c1..d45099ac170 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -5010,109 +5010,6 @@ } ] }, - { - "version": "1.0.0-beta.1", - "requiredAzdVersion": ">=1.27.0", - "capabilities": [ - "custom-commands", - "lifecycle-events", - "mcp-server", - "service-target-provider", - "provisioning-provider", - "metadata" - ], - "providers": [ - { - "name": "azure.ai.agent", - "type": "service-target", - "description": "Deploys agents to the Foundry Agent Service" - }, - { - "name": "azure.ai.project", - "type": "service-target", - "description": "Registers Foundry project service entries so azd up/deploy succeed" - }, - { - "name": "azure.ai.connection", - "type": "service-target", - "description": "Registers Foundry connection service entries so azd up/deploy succeed" - }, - { - "name": "azure.ai.toolbox", - "type": "service-target", - "description": "Registers Foundry toolbox service entries so azd up/deploy succeed" - }, - { - "name": "microsoft.foundry", - "type": "provisioning-provider", - "description": "Provisions a Microsoft Foundry project from azure.yaml without an on-disk infra/ directory" - } - ], - "usage": "azd ai agent [options]", - "examples": [ - { - "name": "init", - "description": "Initialize a new AI agent project.", - "usage": "azd ai agent init" - } - ], - "artifacts": { - "darwin/amd64": { - "checksum": { - "algorithm": "sha256", - "value": "fc8365cbd3e9592a0e37d2911a364ec59e275ae89ffe8727c9f379fcfb2c7b1d" - }, - "entryPoint": "azure-ai-agents-darwin-amd64", - "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.1/azure-ai-agents-darwin-amd64.zip" - }, - "darwin/arm64": { - "checksum": { - "algorithm": "sha256", - "value": "bc70611ab0b5fd2f5f4aabc98a1a2e2f5a46f0ea574512b893ac075fc733afd2" - }, - "entryPoint": "azure-ai-agents-darwin-arm64", - "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.1/azure-ai-agents-darwin-arm64.zip" - }, - "linux/amd64": { - "checksum": { - "algorithm": "sha256", - "value": "8b7fc2ed7e7da6801e77cd79f844d32131ff55735531d08a67c4e5521abefb57" - }, - "entryPoint": "azure-ai-agents-linux-amd64", - "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.1/azure-ai-agents-linux-amd64.tar.gz" - }, - "linux/arm64": { - "checksum": { - "algorithm": "sha256", - "value": "3c4f6ad24d8da1135bf4d90dc0a661ab32ba2783e086f78ab1cd1be6ff7b8b3f" - }, - "entryPoint": "azure-ai-agents-linux-arm64", - "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.1/azure-ai-agents-linux-arm64.tar.gz" - }, - "windows/amd64": { - "checksum": { - "algorithm": "sha256", - "value": "3b753de4c28df054d5f5718d1c47d267a76e8551bfc46ab2aed45401625d8628" - }, - "entryPoint": "azure-ai-agents-windows-amd64.exe", - "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.1/azure-ai-agents-windows-amd64.zip" - }, - "windows/arm64": { - "checksum": { - "algorithm": "sha256", - "value": "415c3698ebf4c40f2d9e30c8dc442cedf541cf173242d203805cd0847c0cce1f" - }, - "entryPoint": "azure-ai-agents-windows-arm64.exe", - "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-agents_1.0.0-beta.1/azure-ai-agents-windows-arm64.zip" - } - }, - "dependencies": [ - { - "id": "azure.ai.inspector", - "version": "~1.0.0-beta.1" - } - ] - }, { "version": "1.0.0-beta.2", "requiredAzdVersion": ">=1.27.0",