Skip to content

Releases: piraces/azure-devops-bicep-task

0.3.5

13 Sep 18:59
Compare
Choose a tag to compare

Changes

  • Error checking bicep version with newer versions (@rickjansen-dev #12): now the checkForVersionCompatibility function is removed to avoid issues with newer versions of bicep. A note on the README is added to warn about earlier versions of bicep may have issues.

Other

  • Upgraded dependencies and dev dependencies to latest versions.

0.3.4

08 Sep 18:46
Compare
Choose a tag to compare

Changes

  • Warnings handling (@svaenn #11): now the tasks that build or decompile files logs warnings in the execution pipeline and set the result of the execution as SucceededWithIssues.

Other

  • Upgraded dependencies and dev dependencies to latest versions.

0.3.3

15 May 12:36
Compare
Choose a tag to compare

🚀 Covering all bicep CLI options with build and decompile commands.

  • Selecting between all output options.
  • Check for version number to detect not supported options (when using older versions of the Bicep CLI).
  • Added a new task for running bicep decompile (with same options as bicep build).
  • Upgraded dependencies to latest versions.
  • Fix bugs and improved classic pipeline editor experience.
  • Added more tests.

0.2.10

14 Mar 20:32
Compare
Choose a tag to compare

Changes

  • Fixed problem with sourceDirectory not finding files correctly (#4). Now specifying a directory without a glob will process all files inside the directory.

Other

  • Added more tests and reformated some code.

0.2.6

10 Mar 21:29
Compare
Choose a tag to compare

Changes

  • Fixed problem with outputDirectory and outputFile variables in BicepBuild task being setted by default by the agent. Now the commands preserve the original and expected behaviour.

0.2.2

10 Mar 20:05
Compare
Choose a tag to compare

Changes

🚀 Covering all bicep CLI options with build command.

  • Selecting between a single file or a directory of files.
  • Output to selected directory.
  • Output to specified file (when selecting single file).
  • Output to stdout (Standard output).

0.1.3

05 Mar 15:09
Compare
Choose a tag to compare

Changes

  • Fixed problem with breaking changes comming from new release of Bicep v0.3.1 (#2).

0.1.2

03 Feb 19:22
Compare
Choose a tag to compare

Changes

  • Fixed problem with paths with spaces or special chars making use of ToolRunner (#1).

Initial release 0.1.1

03 Feb 18:25
Compare
Choose a tag to compare

Changes

  • BicepInstall and BicepBuild working cross-environment with latest Bicep CLI version.