|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## v0.3.0 |
| 6 | + |
| 7 | +What's changed since v0.2.0: |
| 8 | + |
| 9 | +- New Features: |
| 10 | + - Added support for naming document by parent path using conventions. [#43](https://github.com/Azure/PSDocs.Azure/issues/43) |
| 11 | + - Add the `-Convention` parameter with `Azure.NameByParentPath` to use. |
| 12 | + - See [about_PSDocs_Azure_Conventions] for details. |
| 13 | +- General improvements: |
| 14 | + - Added support for reading template metadata from `metadata.json`. [#32](https://github.com/Azure/PSDocs.Azure/issues/32) |
| 15 | + - This adds additional compatibility for the Azure Quickstart templates repository. |
| 16 | + - Additional metadata from `metadata.json` will be read when it exists. |
| 17 | + - Template metadata take priority over `metadata.json`. |
| 18 | + - Added support for the `summary` template metadata property. [#60](https://github.com/Azure/PSDocs.Azure/issues/60) |
| 19 | + - The `summary` template metadata property is intended to provide a short description of the template. |
| 20 | + - Use the `description` template metadata property to provide a detailed description of the template. |
| 21 | + - Added ability to detect required or optional for each parameter. [#55](https://github.com/Azure/PSDocs.Azure/issues/55) |
| 22 | + - Detects if parameter is either _Optional_ or _Required_ based on the availability of `DefaultValue` or `AllowedValues`. |
| 23 | + - Added a _Required_ column in the parameters table. |
| 24 | + - Added _Required_ and _Optional_ badge for each parameter in the detailed parameter section. |
| 25 | + |
| 26 | +What's changed since pre-release v0.3.0-B2103037: |
| 27 | + |
| 28 | +- No additional changes. |
| 29 | + |
5 | 30 | ## 0.3.0-B2103037 (pre-release) |
| 31 | + |
| 32 | +What's changed since pre-release v0.3.0-B2103011: |
| 33 | + |
6 | 34 | - General improvements: |
7 | | - - Added ability to detect "Required" or "Optional for each parameter. [#55](https://github.com/Azure/PSDocs.Azure/issues/55) |
8 | | - - Detects if parameter is either "Optional" or "Required" based on the availability of `DefaultValue` or `AllowedValues`. |
9 | | - - Added a "Required" column in the parameters table. |
10 | | - - Added "Required" and "Optional" badge for each parameter in the detailed parameter section. |
| 35 | + - Added ability to detect required or optional for each parameter. [#55](https://github.com/Azure/PSDocs.Azure/issues/55) |
| 36 | + - Detects if parameter is either _Optional_ or _Required_ based on the availability of `DefaultValue` or `AllowedValues`. |
| 37 | + - Added a _Required_ column in the parameters table. |
| 38 | + - Added _Required_ and _Optional_ badge for each parameter in the detailed parameter section. |
| 39 | + |
11 | 40 | ## v0.3.0-B2103011 (pre-release) |
12 | 41 |
|
13 | 42 | What's changed since v0.2.0: |
|
0 commit comments