From efaccb7b52d9c6077dd5c9e1ab9910145e82d79d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:28:29 +0000 Subject: [PATCH] bicep: Update to version 0.31.34 --- bucket/bicep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bicep.json b/bucket/bicep.json index bab5d956e1..8cb2c30eef 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -1,16 +1,16 @@ { - "version": "0.30.23", + "version": "0.31.34", "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.30.23/bicep-win-arm64.exe#/bicep.exe", - "hash": "2b17b74e82366d061d9a800b005c45ce428f17bf43b0db70cf644a2c7acc6fcd" + "url": "https://github.com/Azure/bicep/releases/download/v0.31.34/bicep-win-arm64.exe#/bicep.exe", + "hash": "b0f50fa51a2ad30dad75378afd49e9cab459474c51ba76ba58f19cf610f14d30" }, "64bit": { - "url": "https://github.com/Azure/bicep/releases/download/v0.30.23/bicep-win-x64.exe#/bicep.exe", - "hash": "0a384b57320fb6aeb0318272d29cc8ae741b5b9d5b499fc004b3761e7911d3e9" + "url": "https://github.com/Azure/bicep/releases/download/v0.31.34/bicep-win-x64.exe#/bicep.exe", + "hash": "d75901ec0c4fc756fe8efeb37f1dc4a37db5fce002b52a4acc758c3e92388ca6" } }, "bin": "bicep.exe",