EXE
WinGet
Bicep CLI
Microsoft Corporation · 0.42.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.42.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.42.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
- Bicep console GA! (#19261)
- Bicep Role Definitions Function (#18457)
properties: {
roleDefinitionId:
roleDefinitions('Data Factory Contributor').id
principalId: scriptIdentity.principalId
}
Features and Bug Fixes
Experimental Visualizer
An experimental version of the Bicep visualizer was added, which can run side-by-side with the existing one. The new visualizer includes several improvements:
- Improved UI styling
- Accessibility enhancements: accent color…