azure-developer-cli: Update to version 1.13.0

This commit is contained in:
github-actions[bot] 2025-03-07 08:30:32 +00:00
parent 7ba048c0d0
commit 5ad0a38792

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.12.0", "version": "1.13.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.12.0/azd-windows-arm64-alpha.zip", "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.0/azd-windows-arm64-alpha.zip",
"hash": "d2db3805ff540d0554a9e12ec13ce74df48d2e9ff42c527922916b0a975f5bdc" "hash": "eb4d90b2a62375c019401606378e99763d5d7b53f0e47ba5db5bf167cc0d74e3"
}, },
"64bit": { "64bit": {
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.12.0/azd-windows-amd64.zip", "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.0/azd-windows-amd64.zip",
"hash": "1730bf967e14f31eae3de3369206a7e5c56bf95e1078eabc33945529676d0d50" "hash": "5a5127c177ad1ebae97ea03c74dde9674537dc93cfcb3019a5258914b80e35ff"
} }
}, },
"pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"", "pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",