{
    "version": "15.5.0.40690",
    "description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.",
    "homepage": "https://aka.ms/azpsdocs",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Azure/azure-powershell/releases/download/v15.5.0-April2026/Az-Cmdlets-15.5.0.40690-x64.msi",
            "hash": "c2b13a9ed9ff4c1af32972d59b3d9fbceb4ca71576a19286b553cb9e9ca9db66"
        },
        "32bit": {
            "url": "https://github.com/Azure/azure-powershell/releases/download/v15.5.0-April2026/Az-Cmdlets-15.5.0.40690-x86.msi",
            "hash": "b00b9dd50dfc2059f6b03c8b2f59fe37be7a1b727c34e5cb5cb0c51337ada30c"
        }
    },
    "extract_dir": "WindowsPowerShell\\Modules",
    "psmodule": {
        "name": "AzureRM"
    },
    "checkver": {
        "github": "https://api.github.com/repos/Azure/azure-powershell/releases",
        "regex": "download/v(?<release>[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi"
            },
            "32bit": {
                "url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi"
            }
        }
    }
}
