Raul Piraces Alastuey fa411ea128
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>
2021-04-02 17:50:58 +08:00

22 lines
708 B
JSON

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