{
    "version": "2.56.0",
    "description": "A cross-platform command-line tool to connect to Azure and execute administrative commands on Azure resources",
    "homepage": "https://aka.ms/cli",
    "license": "MIT",
    "notes": [
        "* Known issue:",
        "  - Cannot be extracted due to long path: https://github.com/ScoopInstaller/Main/issues/5300"
    ],
    "architecture": {
        "64bit": {
            "url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-2.56.0-x64.msi",
            "hash": "a46d325b740c73cb1f5f05791bdb89393000189b5fbf41a5fafa8b4834a58e1b"
        },
        "32bit": {
            "url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-2.56.0.msi",
            "hash": "61e31dacfd08bea2b3a00b11bcef91020df9cee447319b813da951a7bccfaf3b"
        }
    },
    "extract_dir": "Microsoft SDKs\\Azure\\CLI2",
    "env_set": {
        "AZURE_CLI_PATH": "$dir\\wbin",
        "AzureCLIPath": "$dir\\wbin"
    },
    "bin": "wbin\\az.cmd",
    "checkver": {
        "github": "https://github.com/Azure/azure-cli",
        "regex": "/releases/tag/azure-cli-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-$version-x64.msi"
            },
            "32bit": {
                "url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-$version.msi"
            }
        }
    }
}
