From 11cedeac6ab54345625c138aeec360438c9b2b8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 00:36:52 +0000 Subject: [PATCH] azure-developer-cli: Update to version 1.13.2 --- bucket/azure-developer-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azure-developer-cli.json b/bucket/azure-developer-cli.json index b92f8e82ab..993d6a9145 100644 --- a/bucket/azure-developer-cli.json +++ b/bucket/azure-developer-cli.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", - "version": "1.13.1", + "version": "1.13.2", "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.1/azd-windows-arm64-alpha.zip", - "hash": "5ff01ac81bad3ccde6ba2e488fc9cbb545122d0dd1ceafdc5aa8610accab3124" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.2/azd-windows-arm64-alpha.zip", + "hash": "8de0de08f3295f2b5666e64caea82a8d96ea91e3a7298dbba5fefd8b3b83c7ab" }, "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.1/azd-windows-amd64.zip", - "hash": "d441c4f94ff619b3de94d27b00cee80c160392605fe991d91a6bf2741b8992e4" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.13.2/azd-windows-amd64.zip", + "hash": "f6cd5b1da41ededb7ecf1ecb7e60875a1c0fc04c97a197c1f53a7e529853ff15" } }, "pre_install": "Rename-Item -Path \"$dir\\azd-*.exe\" -NewName \"azd.exe\"",