2019-12-16 08:56:41 +03:00
# Change log
## Unreleased
2020-09-10 15:26:22 +03:00
## v0.1.0-B2009009 (pre-release)
What's changed since pre-release v0.1.0-B2008005:
2020-09-09 09:37:15 +03:00
- General improvements:
- Updated rule content to align with Microsoft Azure Well-Architected Framework pillars. [#23 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/23 )
2020-09-10 15:08:57 +03:00
- Updated naming rules to check for recommended naming prefixes. [#29 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/29 )
- Checks to determine if a resource name is valid are available in `PSRule.Rules.Azure` .
2020-09-09 09:37:15 +03:00
- Engineering:
- Updated to PSRule v0.20.0. [#24 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/24 )
2020-09-10 15:08:57 +03:00
- Bug fixes:
- Fixed Storage Account `st` prefix. [#28 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/28 )
- Fixed Virtual Network Gateway `vgw-` prefix. [#30 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/30 )
- Fixed Virtual Machine `vm` prefix. [#31 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/31 )
- Fixed Load Balancer `lbe-` and `lbi-` prefixes. [#32 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/32 )
- Fixed exclude `AzureFirewallSubnet` from `CAF.Name.Subnet` . [#27 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/27 )
2020-09-09 09:37:15 +03:00
2020-09-08 16:46:20 +03:00
## v0.1.0-B2008005 (pre-release)
What's changed since pre-release v0.1.0-B2001009:
2020-08-27 16:53:38 +03:00
- Bug fixes:
- Fixed coexistence with PSRule.Rules.Azure. [#20 ](https://github.com/microsoft/PSRule.Rules.CAF/issues/20 )
2020-01-05 16:09:28 +03:00
## v0.1.0-B2001009 (pre-release)
- Initial pre-release.