EXE
WinGet
Bicep CLI
Microsoft Corporation · 0.43.8 · 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.43.8
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.43.8
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
Features and Bug Fixes
- Reverted the retryOn decorator to an experimental feature flag (#19604)
- The retryOn experimental flag was removed in the previous release, but the feature is not yet enabled in template language version 2.0. This could cause validation errors during deployment for users relying on retryOn. This release restores the feature flag as a temporary workaround while backend support for template language version 2.0 is being rolled out.
- Added build_bicep and build_biceppar…