EXE
WinGet
Bicep CLI
Microsoft Corporation · 0.44.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
bicep-setup-win-x64.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7EF9DE63-59B1-4325-955A-937F3E0A4EA8}_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
0.44.1
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
bicep-setup-win-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Microsoft.Bicep
Version
0.44.1
Description
A declarative language for describing and deploying Azure resources
License
MIT
↗
Homepage
https://github.com/Azure/bicep
Upgrade Behavior
install(Install over existing)
Release Notes
Highlights
- Extendable Params are now GA! (#19697)
Extendable Bicep Parameter Files (enabled with the extend keyword) allows you to reuse parameters from one .bicepparam file in another .bicepparam file.
root.bicepparam This is your main bicepparam file, which can be reused by multiple extended .bicepparam files and in multiple deployments.
using none
// Notice that the first line of this .bicepparam file declares `using none` which tells the compiler not to validate this against any…