Skip to content

Latest commit

 

History

History
209 lines (165 loc) · 8.66 KB

CHANGELOG.md

File metadata and controls

209 lines (165 loc) · 8.66 KB

Change log

Unreleased

What's changed since pre-release v0.4.0-B2107030:

  • General improvements:
    • Add support for BRM schema changes by @jtracey93. #258
    • Add support for min/max values and length for arrays/string properties by @Gabriel123N. #263
  • Engineering:
    • Bump Newtonsoft.Json to v13.0.3. #241

v0.4.0-B2107030 (pre-release)

What's changed since pre-release v0.4.0-B2107016:

  • Engineering:
    • Bump PSDocs to v0.9.0. #102

v0.4.0-B2107016 (pre-release)

What's changed since pre-release v0.4.0-B2107004:

  • General improvements:
    • Secret string parameters now include an example Key Vault reference. #94
    • Improved output of parameter object default values. #84
      • Default values and allowed values now appear in a code block.
    • Allow optional parameters to be skipped in snippet. #96
  • Bug fixes:
    • Ignore function default values in snippets. #95

v0.4.0-B2107004 (pre-release)

What's changed since v0.3.0:

  • New Features:
    • Automatically detect templates in a scan path. #85
      • To scan templates use Invoke-PSDocument with -InputPath.

v0.3.0

What's changed since v0.2.0:

  • New Features:
    • Added support for naming document by parent path using conventions. #43
  • General improvements:
    • Added support for reading template metadata from metadata.json. #32
      • This adds additional compatibility for the Azure Quickstart templates repository.
      • Additional metadata from metadata.json will be read when it exists.
      • Template metadata take priority over metadata.json.
    • Added support for the summary template metadata property. #60
      • The summary template metadata property is intended to provide a short description of the template.
      • Use the description template metadata property to provide a detailed description of the template.
    • Added ability to detect required or optional for each parameter. #55
      • Detects if parameter is either Optional or Required based on the availability of DefaultValue or AllowedValues.
      • Added a Required column in the parameters table.
      • Added Required and Optional badge for each parameter in the detailed parameter section.

What's changed since pre-release v0.3.0-B2103037:

  • No additional changes.

0.3.0-B2103037 (pre-release)

What's changed since pre-release v0.3.0-B2103011:

  • General improvements:
    • Added ability to detect required or optional for each parameter. #55
      • Detects if parameter is either Optional or Required based on the availability of DefaultValue or AllowedValues.
      • Added a Required column in the parameters table.
      • Added Required and Optional badge for each parameter in the detailed parameter section.

v0.3.0-B2103011 (pre-release)

What's changed since v0.2.0:

  • New Features:
    • Added support for naming document by parent path using conventions. #43
  • General improvements:
    • Added support for reading template metadata from metadata.json. #32
      • This adds additional compatibility for the Azure Quickstart templates repository.
      • Additional metadata from metadata.json will be read when it exists.
      • Template metadata take priority over metadata.json.
    • Added support for the summary template metadata property. #60
      • The summary template metadata property is intended to provide a short description of the template.
      • Use the description template metadata property to provide a detailed description of the template.

v0.2.0

What's changed since v0.1.0:

  • New Features:
    • Added the ability to enable manual command line snippet. #40
    • Added the ability to disable parameter file snippet. #31
    • Added the ability to include badges in template document. #30
    • Template outputs are added to generated document. #28
  • General Improvements
    • Minor update to the documentation to include OutputPath to generate README.md. #50
  • Engineering:
    • Bump PSDocs to v0.8.0. #42
  • Bug fixes:
    • Fixed snippet with short relative template causes exception. #26
    • Fixed cannot bind argument when metadata name is not set. #35

What's changed since pre-release v0.2.0-B2102012:

  • No additional changes.

v0.2.0-B2102012 (pre-release)

What's changed since pre-release v0.2.0-B2102005:

  • New features:
    • Added the ability to enable manual command line snippet. #40

v0.2.0-B2102005 (pre-release)

What's changed since pre-release v0.2.0-B2101002:

  • New features:
    • Added the ability to disable parameter file snippet. #31
    • Added the ability to include badges in template document. #30
  • Engineering:
    • Bump PSDocs to v0.8.0. #42

v0.2.0-B2101002 (pre-release)

What's changed since v0.1.0:

  • New features:
    • Template outputs are added to generated document. #28
  • Bug fixes:
    • Fixed snippet with short relative template causes exception. #26
    • Fixed cannot bind argument when metadata name is not set. #35

v0.1.0

  • Initial release.

What's changed since pre-release v0.1.0-B2012006:

  • New features:
    • Added Get-AzDocTemplateFile cmdlet to scan for template files within a path. #16
  • General improvements:
    • Added support for document localization and JSON snippet formatting. #18
  • Engineering:
    • Bump PSDocs to v0.7.0.

v0.1.0-B2012006 (pre-release)

  • Initial pre-release.