azure-developer-cli: Update to version 1.22.1

This commit is contained in:
github-actions[bot] 2025-12-11 08:30:40 +00:00
parent 49a5259ee4
commit c38a4a397c

View File

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