diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index 5f610319659..c3ca4610212 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -9295,6 +9295,82 @@ "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.7/azure-ai-projects-windows-arm64.zip" } } + }, + { + "version": "1.0.0-beta.8", + "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": "7067d43dc76e57f046533f472a7e2d61a920eef03070523d8d49a3933399ee5a" + }, + "entryPoint": "azure-ai-projects-darwin-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.8/azure-ai-projects-darwin-amd64.zip" + }, + "darwin/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "db006fb663c565b22ec8fd331ce7eaf13a25e3087efc2a168d4e2376bd2cb0df" + }, + "entryPoint": "azure-ai-projects-darwin-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.8/azure-ai-projects-darwin-arm64.zip" + }, + "linux/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "0d93f078570cc387abf150e986092628bb50ceecb6547ffc00a1a77079e998db" + }, + "entryPoint": "azure-ai-projects-linux-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.8/azure-ai-projects-linux-amd64.tar.gz" + }, + "linux/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "bc5e1e69bce194fb583c057f76d77e040c294e29d64773a315c72c88b48b1512" + }, + "entryPoint": "azure-ai-projects-linux-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.8/azure-ai-projects-linux-arm64.tar.gz" + }, + "windows/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "b5a558b4ef1650cbc1e01fe3df7daead264d6ebfe01c21e73f02f9658d17b3c8" + }, + "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.8/azure-ai-projects-windows-amd64.zip" + }, + "windows/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "3584724b0aa94e25ddc1f0bd9abd79d2dd96dc90bc9b3bd2dc85ee785093cb51" + }, + "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.8/azure-ai-projects-windows-arm64.zip" + } + } } ], "tags": [