azure-developer-cli: Update to version 1.22.0

This commit is contained in:
github-actions[bot] 2025-12-03 00:41:19 +00:00
parent f799f0a920
commit 0de8b26177

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.21.3", "version": "1.22.0",
"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.21.3/azd-windows-arm64-alpha.zip", "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.0/azd-windows-arm64-alpha.zip",
"hash": "42898c9e17b92629be766b8a8b978cf25722dcaf5d61d85bed1ce34a6125ea9a" "hash": "0a04503f09f07e3b0e0de73b10bde39d1ccd95d4c0baa886fcf2989df5f48ed5"
}, },
"64bit": { "64bit": {
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.21.3/azd-windows-amd64.zip", "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.0/azd-windows-amd64.zip",
"hash": "0cb7b342c452d097061456e5fd1ea3ed696f83c78acf4d0cb9df79202c729924" "hash": "d7b61b4b81d1ea89b2db9db758ddb4f768d6edee5120b5a382970dba822e4f02"
} }
}, },
"pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"", "pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",