From 10a27f403cf0fb7c2f6c9e7a25ab6e6027f2acae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 20:30:50 +0000 Subject: [PATCH] bicep: Update to version 0.9.1 --- bucket/bicep.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bicep.json b/bucket/bicep.json index 049075641a..d5c57b40f6 100644 --- a/bucket/bicep.json +++ b/bucket/bicep.json @@ -1,12 +1,12 @@ { - "version": "0.8.9", + "version": "0.9.1", "description": "A declarative language for describing and deploying Azure resources", "homepage": "https://github.com/Azure/bicep", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/bicep/releases/download/v0.8.9/bicep-win-x64.exe#/bicep.exe", - "hash": "86e53b7596cb53a43672a24669e1d96d97837ace1d8b47460837ddf8142c77cd" + "url": "https://github.com/Azure/bicep/releases/download/v0.9.1/bicep-win-x64.exe#/bicep.exe", + "hash": "4918d82725a779ce3815fc9fc327345e617d652083ceeabf72b9db4c3385d436" } }, "bin": "bicep.exe",