bicep: Add version 0.3.126 (#1844)

* Add Microsoft Bicep

* Bump to latest version

* Bump version

* Update bicep.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
Raul Piraces Alastuey 2021-04-02 11:50:58 +02:00 committed by GitHub
parent 5b50b565ba
commit fa411ea128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/bicep.json Normal file
View File

@ -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"
}
}
}
}