azure-developer-cli: Update to version 1.14.0

This commit is contained in:
github-actions[bot] 2025-04-03 08:30:18 +00:00
parent bea86d88c9
commit 66ec2af7cb

View File

@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"version": "1.13.2",
"version": "1.14.0",
"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.13.2/azd-windows-arm64-alpha.zip",
"hash": "8de0de08f3295f2b5666e64caea82a8d96ea91e3a7298dbba5fefd8b3b83c7ab"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.14.0/azd-windows-arm64-alpha.zip",
"hash": "e5975a880d7d434fc45206fa6d73f5e2900d28ae5f7ab532bcc44599c413e4ac"
},
"64bit": {
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.2/azd-windows-amd64.zip",
"hash": "f6cd5b1da41ededb7ecf1ecb7e60875a1c0fc04c97a197c1f53a7e529853ff15"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.14.0/azd-windows-amd64.zip",
"hash": "9781f0ec8a943129c7fa1de71ba8c96213c6e787960fe6500ab86d9b23daf603"
}
},
"pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",