diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index e7d45bef570..2fdde2ad55a 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -8743,6 +8743,82 @@ "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.5/azure-ai-projects-windows-arm64.zip" } } + }, + { + "version": "1.0.0-beta.6", + "requiredAzdVersion": ">=1.31.1", + "capabilities": [ + "custom-commands", + "lifecycle-events", + "service-target-provider", + "provisioning-provider", + "validation-provider", + "metadata" + ], + "providers": [ + { + "name": "azure.ai.project", + "type": "service-target", + "description": "Owns the azure.ai.project host so azd can walk the Foundry project service in azure.yaml" + }, + { + "name": "microsoft.foundry", + "type": "provisioning-provider", + "description": "Provisions Microsoft Foundry projects from azure.yaml" + } + ], + "usage": "azd ai project [options]", + "examples": null, + "artifacts": { + "darwin/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "2eb1cceb609e01b5fe5f89b503d260ab77290d117a12bc65e9ef38a4744d1e38" + }, + "entryPoint": "azure-ai-projects-darwin-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.6/azure-ai-projects-darwin-amd64.zip" + }, + "darwin/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "86a39f2650ef5a9567a6111919f0bd2039519837e2c7e19df535bd8dbca7911c" + }, + "entryPoint": "azure-ai-projects-darwin-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.6/azure-ai-projects-darwin-arm64.zip" + }, + "linux/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "4d27fb054c2e479e3a30cd9d85814b2dbf78722c5e6892f1a347ecb4145a1a4c" + }, + "entryPoint": "azure-ai-projects-linux-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.6/azure-ai-projects-linux-amd64.tar.gz" + }, + "linux/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "c5ff7e0cf43cb43d777da2482cae8dbee638e5ae9e0e4ad98905c9d78372f76c" + }, + "entryPoint": "azure-ai-projects-linux-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.6/azure-ai-projects-linux-arm64.tar.gz" + }, + "windows/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "e374620d0207957a662e5cafdc034bd7f5011cd1292074c5a04243eddad275fb" + }, + "entryPoint": "azure-ai-projects-windows-amd64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.6/azure-ai-projects-windows-amd64.zip" + }, + "windows/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "e3d081fe598bc9a3fee6f8bacfcc8db05a6dd50bc7594ab381ab43999d503600" + }, + "entryPoint": "azure-ai-projects-windows-arm64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.6/azure-ai-projects-windows-arm64.zip" + } + } } ], "tags": [