From c380ffb1d469fb6d2ef0ca2b892df9e27f37e09f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:29:25 +0000 Subject: [PATCH] bicep: Update to version 0.38.5 --- bucket/bicep.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bicep.json b/bucket/bicep.json index c88bed95d5..ded1464a8a 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -1,16 +1,16 @@ { - "version": "0.38.3", + "version": "0.38.5", "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.38.3/bicep-win-arm64.exe#/bicep.exe", - "hash": "ed6c515f3e508be4ca735f2241908365f27371135479e922fddd491f010ad035" + "url": "https://github.com/Azure/bicep/releases/download/v0.38.5/bicep-win-arm64.exe#/bicep.exe", + "hash": "c736dec53fde795ccd4af0211a00bab1399befdc34736282a9bdfbce64a5a0a3" }, "64bit": { - "url": "https://github.com/Azure/bicep/releases/download/v0.38.3/bicep-win-x64.exe#/bicep.exe", - "hash": "c82b12d5740f3765ec08027bbfa2ad4fdcbf70eee076fdd3140b11ccda6db1e5" + "url": "https://github.com/Azure/bicep/releases/download/v0.38.5/bicep-win-x64.exe#/bicep.exe", + "hash": "30b3cc38e522fd4631bb89022bdd941ef1eda8577da23d0a3fd2a61a40cf5ed9" } }, "bin": "bicep.exe",