What's changed since pre-release v0.4.0-B2107030:
- General improvements:
- Engineering:
- Bump Newtonsoft.Json to v13.0.3. #241
What's changed since pre-release v0.4.0-B2107016:
- Engineering:
- Bump PSDocs to v0.9.0. #102
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
- To exclude optional parameters from snippets configure
AZURE_SNIPPET_SKIP_OPTIONAL_PARAMETER
. - See about_PSDocs_Azure_Configuration for details.
- To exclude optional parameters from snippets configure
- Bug fixes:
- Ignore function default values in snippets.
#95
- To include parameters using a function default value configure
AZURE_SNIPPET_SKIP_DEFAULT_VALUE_FN
. - See about_PSDocs_Azure_Configuration for details.
- To include parameters using a function default value configure
- Ignore function default values in snippets.
#95
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
.
- To scan templates use
- Automatically detect templates in a scan path.
#85
What's changed since v0.2.0:
- New Features:
- Added support for naming document by parent path using conventions.
#43
- Add the
-Convention
parameter withAzure.NameByParentPath
to use. - See about_PSDocs_Azure_Conventions for details.
- Add the
- 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.
- The
- 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
orAllowedValues
. - Added a Required column in the parameters table.
- Added Required and Optional badge for each parameter in the detailed parameter section.
- Detects if parameter is either Optional or Required based on the availability of
- Added support for reading template metadata from
What's changed since pre-release v0.3.0-B2103037:
- No additional changes.
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
orAllowedValues
. - Added a Required column in the parameters table.
- Added Required and Optional badge for each parameter in the detailed parameter section.
- Detects if parameter is either Optional or Required based on the availability of
- Added ability to detect required or optional for each parameter.
#55
What's changed since v0.2.0:
- New Features:
- Added support for naming document by parent path using conventions.
#43
- Add the
-Convention
parameter withAzure.NameByParentPath
to use. - See about_PSDocs_Azure_Conventions for details.
- Add the
- 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.
- The
- Added support for reading template metadata from
What's changed since v0.1.0:
- New Features:
- Added the ability to enable manual command line snippet.
#40
- To enable parameter file snippet set configuration
AZURE_USE_COMMAND_LINE_SNIPPET
. - See about_PSDocs_Azure_Configuration for details.
- To enable parameter file snippet set configuration
- Added the ability to disable parameter file snippet.
#31
- To disable parameter file snippet set configuration
AZURE_USE_PARAMETER_FILE_SNIPPET
. - See about_PSDocs_Azure_Configuration for details.
- To disable parameter file snippet set configuration
- Added the ability to include badges in template document.
#30
- Set the
.ps-docs/azure-template-badges.md
file to include badge content. - See about_PSDocs_Azure_Badges for details.
- Set the
- Template outputs are added to generated document. #28
- Added the ability to enable manual command line snippet.
#40
- 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:
What's changed since pre-release v0.2.0-B2102012:
- No additional changes.
What's changed since pre-release v0.2.0-B2102005:
- New features:
- Added the ability to enable manual command line snippet.
#40
- To enable parameter file snippet set configuration
AZURE_USE_COMMAND_LINE_SNIPPET
. - See about_PSDocs_Azure_Configuration for details.
- To enable parameter file snippet set configuration
- Added the ability to enable manual command line snippet.
#40
What's changed since pre-release v0.2.0-B2101002:
- New features:
- Added the ability to disable parameter file snippet.
#31
- To disable parameter file snippet set configuration
AZURE_USE_PARAMETER_FILE_SNIPPET
. - See about_PSDocs_Azure_Configuration for details.
- To disable parameter file snippet set configuration
- Added the ability to include badges in template document.
#30
- Set the
.ps-docs/azure-template-badges.md
file to include badge content. - See about_PSDocs_Azure_Badges for details.
- Set the
- Added the ability to disable parameter file snippet.
#31
- Engineering:
- Bump PSDocs to v0.8.0. #42
What's changed since v0.1.0:
- New features:
- Template outputs are added to generated document. #28
- Bug fixes:
- 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
- Added
- General improvements:
- Added support for document localization and JSON snippet formatting. #18
- Engineering:
- Bump PSDocs to v0.7.0.
- Initial pre-release.