azure-developer-cli: Update to version 1.22.2

This commit is contained in:
github-actions[bot] 2025-12-12 08:31:08 +00:00
parent 9de3d7a3e7
commit a360ced7ba

View File

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "1.22.1",
"version": "1.22.2",
"description": "A developer CLI that reduces the time it takes to get started on Azure",
"homepage": "https://aka.ms/azd",
"license": "MIT",
@ -10,12 +10,12 @@
],
"architecture": {
"arm64": {
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.1/azd-windows-arm64-alpha.zip",
"hash": "0b7d5d006d93212612f338c3c38e0584f548aa76b3227d22c3cb2dbc9060de7f"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.2/azd-windows-arm64-alpha.zip",
"hash": "be521b41c00be471212cf6530b5a36e77c4e4a383675cba395866f2e68a8c81a"
},
"64bit": {
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.1/azd-windows-amd64.zip",
"hash": "05fc45a69c17cb8e55ed8e6e9d94a368c295b5e1718cfde51506e681ac339d35"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.2/azd-windows-amd64.zip",
"hash": "b7395fcebdb35795e6171156acba4ac76bcb35ac778698e3ddf9ecf5a7215cbc"
}
},
"pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",