azure-developer-cli: Update to version 1.15.0

This commit is contained in:
github-actions[bot] 2025-05-01 20:28:17 +00:00
parent d3ee8002bb
commit e1823a1c00

View File

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