From fa411ea1281534341ee51bfd3aef0f3fded27a02 Mon Sep 17 00:00:00 2001 From: Raul Piraces Alastuey Date: Fri, 2 Apr 2021 11:50:58 +0200 Subject: [PATCH] bicep: Add version 0.3.126 (#1844) * Add Microsoft Bicep * Bump to latest version * Bump version * Update bicep.json Co-authored-by: Chawye Hsu --- bucket/bicep.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/bicep.json diff --git a/bucket/bicep.json b/bucket/bicep.json new file mode 100644 index 0000000000..8a1345b24b --- /dev/null +++ b/bucket/bicep.json @@ -0,0 +1,21 @@ +{ + "version": "0.3.126", + "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.3.126/bicep-win-x64.exe#/bicep.exe", + "hash": "9b4f107a0cd750aa13ac8462412a0be6a7aea97dc2ba0dea23ac0cb042367443" + } + }, + "bin": "bicep.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe" + } + } + } +}