Skip to content

Releases: riosengineer/Bicepify

v1.8.0

03 Dec 16:46
60103f1

Choose a tag to compare

  • Add validate() experimental example

v1.7.0

31 Aug 19:10
86c2a2d

Choose a tag to compare

🚀 Added 2x new Azure Bicep Examples:

  • Deployment Stack Outputs example - Referencing existing stack outputs
  • Resource Derived types example
  • README typos and grammar - thanks @brianveldman!

v1.6.0

05 Jun 15:54
60a5d2a

Choose a tag to compare

🚀 Added Azure Bicep Fail Function Example:

  • Storage Account naming fail function example
  • Web App runtime fail function example

v1.5.0

05 May 13:33
bf1bf6d

Choose a tag to compare

🚀 New in this release of Bicepify 🦾:

  • Added Import/Export Bicep example
  • Refined AVM module example
  • Fixed typos
  • Bumped MegaLinter task versions

v1.4.0

08 Sep 18:49
a6639ac

Choose a tag to compare

🚀 New in this release of Bicepify 🦾:

  • Refactored examples to use AVM over CARML modules
  • Added User Defined Type example
  • Added new foreach loop condition examples
  • Added Azure Bicep User group to project readme

V1.3.0

07 May 07:01
1366403

Choose a tag to compare

🚀 New in this release of Bicepify 🦾:

  • Azure Bicep Lambda examples
  • Azure Bicep existing reference examples

v1.2.0

07 Mar 09:19
ef3e5b5

Choose a tag to compare

New in this release of Bicepify 🦾:

  • Azure Bicep Loops Example and documentation

v1.1.0

17 Jan 11:58
11915a7

Choose a tag to compare

🚀 New Bicepify release:

  • Metadata and descriptions examples
  • Azure Bicep (if) condition examples

First release 🚀

17 Jan 10:00
441e6b9

Choose a tag to compare

First release of Bicepify v1.0.0.

Includes:

Creation of project, folder structure and README, etc.
Creation of the following Bicep concepts with real examples and explanations:

  • Testing your Bicep modules with PSRule
  • Consuming Bicep modules
  • Scoped Deployments
  • Test Framework