From 83950ab42199bda7ee10e8eec982d44c41648b0d Mon Sep 17 00:00:00 2001 From: Jeffrey Chen Date: Thu, 18 Dec 2025 23:25:51 +0000 Subject: [PATCH] Add `microsoft.azd.extensions` 0.7.1 to registry --- cli/azd/extensions/registry.json | 89 ++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/cli/azd/extensions/registry.json b/cli/azd/extensions/registry.json index ec6542ef1e7..40c80b9f679 100644 --- a/cli/azd/extensions/registry.json +++ b/cli/azd/extensions/registry.json @@ -684,6 +684,95 @@ "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.0/microsoft-azd-extensions-windows-arm64.zip" } } + }, + { + "version": "0.7.1", + "capabilities": [ + "custom-commands" + ], + "usage": "azd x \u003ccommand\u003e [options]", + "examples": [ + { + "name": "init", + "description": "Initialize a new AZD extension project.", + "usage": "azd x init" + }, + { + "name": "build", + "description": "Build the AZD extension project.", + "usage": "azd x build" + }, + { + "name": "pack", + "description": "Package the AZD extension project into a distributable format and add to local registry.", + "usage": "azd x pack" + }, + { + "name": "publish", + "description": "Publish the AZD extension project to an extension source.", + "usage": "azd x publish" + }, + { + "name": "release", + "description": "Create an new release of the AZD extension project to a Github repository.", + "usage": "azd x release" + }, + { + "name": "watch", + "description": "Watch for changes in the extension project and automatically rebuild and reload the extension.", + "usage": "azd x watch" + } + ], + "artifacts": { + "darwin/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "d301b37411b82d7d58a0ef40a41b8a941624f93e075697328f24e09177c8ce60" + }, + "entryPoint": "microsoft-azd-extensions-darwin-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-darwin-amd64.zip" + }, + "darwin/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "289ef95281803ce270c59d7d204a1e0582ec7b90200cee6c351e1a124ab19f8b" + }, + "entryPoint": "microsoft-azd-extensions-darwin-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-darwin-arm64.zip" + }, + "linux/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "59d71e51c7a0c1776d4c43f2a98c7728440cfe76a392849bdb8f9da914018a04" + }, + "entryPoint": "microsoft-azd-extensions-linux-amd64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-linux-amd64.tar.gz" + }, + "linux/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "6d91fa6a478441a1ba8f852eb7aa333ef8c3f369be609e0bab56984c6da5db84" + }, + "entryPoint": "microsoft-azd-extensions-linux-arm64", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-linux-arm64.tar.gz" + }, + "windows/amd64": { + "checksum": { + "algorithm": "sha256", + "value": "20585d0509ef2bf6b6b1987344f1d386e3a3093f0c3faf52ab3870c30fc511ef" + }, + "entryPoint": "microsoft-azd-extensions-windows-amd64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-windows-amd64.zip" + }, + "windows/arm64": { + "checksum": { + "algorithm": "sha256", + "value": "ee33c49e08d37d367d0fca05ecc86236b6a4473e5283bdfb97c7d42b0c75bb09" + }, + "entryPoint": "microsoft-azd-extensions-windows-arm64.exe", + "url": "https://github.com/Azure/azure-dev/releases/download/azd-ext-microsoft-azd-extensions_0.7.1/microsoft-azd-extensions-windows-arm64.zip" + } + } } ] },