-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbicep.json
28 lines (28 loc) · 1.09 KB
/
bicep.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"version": "0.33.93",
"description": "A declarative language for describing and deploying Azure resources",
"homepage": "https://github.com/Azure/bicep",
"license": "MIT",
"architecture": {
"arm64": {
"url": "https://github.com/Azure/bicep/releases/download/v0.33.93/bicep-win-arm64.exe#/bicep.exe",
"hash": "bef3eede9f499b19ab61a4e919e93649c78c358506a1c75fd1ba99376273d3b7"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v0.33.93/bicep-win-x64.exe#/bicep.exe",
"hash": "81e92bedfa7eefe8a85dfe2b9ce54157c8ab168d8b68c78d517728367687473a"
}
},
"bin": "bicep.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"arm64": {
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-arm64.exe#/bicep.exe"
},
"64bit": {
"url": "https://github.com/Azure/bicep/releases/download/v$version/bicep-win-x64.exe#/bicep.exe"
}
}
}
}