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