From cb0411412b1c6d1f2c7f457bb9c0cba4538a1852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:29:44 +0000 Subject: [PATCH] bicep: Update to version 0.36.1 --- bucket/bicep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bicep.json b/bucket/bicep.json index ce517560b0..b3a93c457c 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -1,16 +1,16 @@ { - "version": "0.35.1", + "version": "0.36.1", "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.35.1/bicep-win-arm64.exe#/bicep.exe", - "hash": "33ee2d6ea23defdc9e2a0251ec49883762bc9d4c868c42236b98b59ea2fbebba" + "url": "https://github.com/Azure/bicep/releases/download/v0.36.1/bicep-win-arm64.exe#/bicep.exe", + "hash": "c0eb07bb599fba143cdc52c6aded85a4ed092243fd099ffa88487f30c4feceb4" }, "64bit": { - "url": "https://github.com/Azure/bicep/releases/download/v0.35.1/bicep-win-x64.exe#/bicep.exe", - "hash": "24e8855c26c9c35caaa1a0dccae98a9d2f68bda09275bf03f4b237f403740a7b" + "url": "https://github.com/Azure/bicep/releases/download/v0.36.1/bicep-win-x64.exe#/bicep.exe", + "hash": "51969a02bfd7a948b0715b9ad15791386aa7d20aef0e8d1a49ffb46c8b7bc890" } }, "bin": "bicep.exe",