EXE
WinGet
Bicep CLI
Microsoft Corporation · 0.33.13 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
bicep-win-arm64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Microsoft.Bicep
Version
0.33.13
Description
Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively. It aims to drastically simplify the authoring experience with a cleaner syntax and better support for modularity and code re-use.
License
MIT
↗
Homepage
https://github.com/Azure/bicep
Release Notes
Highlights:
- Paste as BicepParams (#15897)
- Add resourceInput<> and resourceOutput<> utility types (#15825)
We've added two new utility types (resourceInput<> and resourceOutput<>), which deprecates the existing resource<> utility types. These three utility types are all closely related but differ in which property flags they surface:
- resource<> has the flags that were originally defined in the RP types artifact. This is generally not what people want.
- resourceInput<> strips out all…