{
    "version": "1.24.3",
    "homepage": "https://aka.ms/azure-dev/devhub",
    "description": "A developer CLI that accelerates the time it takes for you to get started on Azure. It provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.24.3/azd-windows-amd64.zip",
            "hash": "c52b74b071168d28357e130d2cf88c75655a3cd663f9d1d94f09999e6134f96c"
        }
    },
    "pre_install": "Move-Item \"$dir\\azd-*.exe\" \"$dir\\azd.exe\"",
    "bin": "azd.exe",
    "checkver": {
        "url": "https://github.com/Azure/azure-dev/releases",
        "regex": "tag/azure-dev-cli_([\\w.-]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_$version/azd-windows-amd64.zip"
            }
        }
    }
}
