azure-developer-cli: Update to version 1.22.3

This commit is contained in:
github-actions[bot] 2025-12-16 00:44:13 +00:00
parent d87e37d7a2
commit 3f211ef0cb

View File

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "1.22.2",
"version": "1.22.3",
"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.2/azd-windows-arm64-alpha.zip",
"hash": "be521b41c00be471212cf6530b5a36e77c4e4a383675cba395866f2e68a8c81a"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.3/azd-windows-arm64-alpha.zip",
"hash": "e898f4b1800b4e860912035cfb5a793b72f838200233a5b66101bbba64e67a8e"
},
"64bit": {
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.2/azd-windows-amd64.zip",
"hash": "b7395fcebdb35795e6171156acba4ac76bcb35ac778698e3ddf9ecf5a7215cbc"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.3/azd-windows-amd64.zip",
"hash": "94d4bdf9384174511ef8acd1d135746050bcde0be8f8087b4bd3c72d2275d4d1"
}
},
"pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",