Bicep

2.0.0

A module to run Bicep using PowerShell. The module is a community project built using the Bicep assemblies to provide you with an enhanced Bicep experience directly from PowerShell without having Bicep CLI installed.

The module also provides the additional features:
- Generate ARM template parameter files directly from a Bicep file
- Quickly open the API referen
A module to run Bicep using PowerShell. The module is a community project built using the Bicep assemblies to provide you with an enhanced Bicep experience directly from PowerShell without having Bicep CLI installed.

The module also provides the additional features:
- Generate ARM template parameter files directly from a Bicep file
- Quickly open the API reference docs by referencing the Bicep types
- Get the result from a build as a string or hashtable instead of writing to a file
- Test if a Bicep file is valid without building it
- Convert JSON objects to Bicep Language
- Install/Update/Uninstall Bicep CLI
- Specify output folder when building* and decompiling Bicep/ARM templates
- Specify output filename when building Bicep files

For more information about Bicep, please visit the official Bicep GitHub Repository:
https://github.com/Azure/bicep
Show more

Minimum PowerShell version

7.1

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Bicep -RequiredVersion 2.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Bicep -Version 2.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Stefan Ivemo. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
2.5.0 29,070 1/14/2024
2.4.0 11,069 9/27/2023
2.4.0-Preview1 94 6/15/2023
2.3.3 816,497 11/2/2022
2.3.2 48,339 9/25/2022
2.3.1 26,499 8/2/2022
2.3.0 4,332 6/28/2022
2.2.0 125,313 5/25/2022
2.1.0 862,712 12/14/2021
2.0.0 (current version) 138,466 7/29/2021
2.0.0-Preview2 47 7/23/2021
2.0.0-Preview1 53 7/15/2021
1.5.1 375,079 6/29/2021
1.5.0 12,005 6/7/2021
1.4.7 8,766 5/19/2021
1.4.6 527 5/12/2021
1.4.5 63,091 4/17/2021
1.4.4 114 4/11/2021
1.4.3 161 3/21/2021
1.4.2 149 3/4/2021
1.4.1 59 3/4/2021
1.4.0 84 3/2/2021
1.3.0 109 2/15/2021
1.2.1 88 1/25/2021
1.2.0 54 1/22/2021
1.1.1 55 1/17/2021
1.1.0 52 1/15/2021
1.0.0 66 1/13/2021
Show less