From 85e64fa915fc266a7a7ad79d23a2f341eb026450 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:39:37 +0000 Subject: [PATCH] bicep: Update to version 0.32.4 --- bucket/bicep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bicep.json b/bucket/bicep.json index 5d72dd9f1c..8ffda2aaf0 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -1,16 +1,16 @@ { - "version": "0.31.92", + "version": "0.32.4", "description": "A declarative language for describing and deploying Azure resources", "homepage": "https://github.com/Azure/bicep", "license": "MIT", "architecture": { "arm64": { - "url": "https://github.com/Azure/bicep/releases/download/v0.31.92/bicep-win-arm64.exe#/bicep.exe", - "hash": "7401ec991605c838cd2152558e2f6d577bbdee6ea75b545e2330554e1c8e6f21" + "url": "https://github.com/Azure/bicep/releases/download/v0.32.4/bicep-win-arm64.exe#/bicep.exe", + "hash": "dca098718fe2bfdb25dbceb9958db5ea2e960a92d514328e2c6ffcfed3c8181d" }, "64bit": { - "url": "https://github.com/Azure/bicep/releases/download/v0.31.92/bicep-win-x64.exe#/bicep.exe", - "hash": "2368a5893e31dbf499f491392b3b038cb7d8dfb8ecd498e28a3001f84811963b" + "url": "https://github.com/Azure/bicep/releases/download/v0.32.4/bicep-win-x64.exe#/bicep.exe", + "hash": "40e2c843a0c19eae3cb52099a6032b9d82045181f7f1b6aef88ffd890ba904f4" } }, "bin": "bicep.exe",