diff --git a/cli/azd/cmd/testdata/TestFigSpec.ts b/cli/azd/cmd/testdata/TestFigSpec.ts index 45f056d6b3e..d2e86b3f509 100644 --- a/cli/azd/cmd/testdata/TestFigSpec.ts +++ b/cli/azd/cmd/testdata/TestFigSpec.ts @@ -3440,6 +3440,18 @@ const completionSpec: Fig.Spec = { { name: ['version'], description: 'Display the extension version', + options: [ + { + name: ['--output', '-o'], + description: 'The output format', + args: [ + { + name: 'output', + suggestions: ['json'], + }, + ], + }, + ], }, ], }, diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index 9eb9745d63d..34e03048534 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -7879,6 +7879,82 @@ "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.2/azure-ai-projects-windows-arm64.zip" } } + }, + { + "version": "1.0.0-beta.3", + "requiredAzdVersion": ">=1.27.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": "1617009be6797d8c3506ffd979aecac2394cd5d216a218eee38355b55932ebdd" + }, + "entryPoint": "azure-ai-projects-darwin-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.3/azure-ai-projects-darwin-amd64.zip" + }, + "darwin/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "7eb31e5a8f396760f30d702001d9a210c6ddd50722eb78876580116c513b37e1" + }, + "entryPoint": "azure-ai-projects-darwin-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.3/azure-ai-projects-darwin-arm64.zip" + }, + "linux/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "53e92ae77f346ae98b2c02f78755e741d97ffcab363046187fbc316cc751a2f7" + }, + "entryPoint": "azure-ai-projects-linux-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.3/azure-ai-projects-linux-amd64.tar.gz" + }, + "linux/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "7c3280f411d46efa017e542fac5899251e9a2b73499c9e5e1f26eeb958ce3bfa" + }, + "entryPoint": "azure-ai-projects-linux-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-azure-ai-projects_1.0.0-beta.3/azure-ai-projects-linux-arm64.tar.gz" + }, + "windows/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "6c6443394f044be8a15766f683d914696148d24a6dc88e1f057b390b6e7b4911" + }, + "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.3/azure-ai-projects-windows-amd64.zip" + }, + "windows/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "a0dc607626708a7fd6a1c46494746bfc8d84a66acf655f1eb162fcafa7f4f5b0" + }, + "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.3/azure-ai-projects-windows-arm64.zip" + } + } } ], "tags": [