2019-04-30 02:02:02 +03:00
## Unreleased
2019-05-17 14:44:34 +03:00
2019-06-29 11:31:44 +03:00
- Fix rule `Azure.Storage.SoftDelete` and `Azure.Storage.SecureTransferRequired` returns null. [#64 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/64 )
2019-06-29 15:48:21 +03:00
- Added SQL firewall rule range check to determine an excessive number of permitted IP addresses. [#3 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/3 ) [#10 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/10 ) [#54 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/54 )
- The rules `Azure.SQL.FirewallIPRange` , `Azure.MySQL.FirewallIPRange` and `Azure.PostgreSQL.FirewallIPRange` were added to check SQL, MySQL and PostgreSQL.
2019-06-29 11:31:44 +03:00
2019-06-27 10:29:59 +03:00
## v0.2.0-B190604 (pre-release)
2019-06-27 06:52:05 +03:00
- Fix rule `Azure.AKS.UseRBAC` returns null. [#60 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/60 )
- Added parameters to filter resource export by resource group and/ or tag. [#59 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/59 )
- Added `-ResourceGroupName` and `-Tag` parameters to `Export-AzRuleData` cmdlet.
2019-06-13 02:21:19 +03:00
## v0.1.0
- Initial release.
What's changed since pre-release v0.1.0-B190624:
- No additional changes.
2019-06-12 06:48:32 +03:00
## v0.1.0-B190624 (pre-release)
2019-06-11 16:38:21 +03:00
- Added rule to check if allow access to Azure services enabled for MySQL. [#4 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/4 )
- Added rule to count the number of database server firewall rules for MySQL. [#2 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/2 )
2019-06-12 04:55:39 +03:00
- Added rule to check if allow access to Azure services enabled for PostgreSQL. [#50 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/50 )
- Added rule to count the number of database server firewall rules for PostgreSQL. [#51 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/51 )
- Added rule to check if SSL is enforced for PostgreSQL. [#49 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/49 )
2019-06-11 16:38:21 +03:00
2019-06-10 16:30:53 +03:00
## v0.1.0-B190607 (pre-release)
2019-06-10 16:19:29 +03:00
- Added rule documentation. [#40 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/40 )
2019-05-24 01:49:38 +03:00
## v0.1.0-B190569 (pre-release)
2019-05-23 16:26:53 +03:00
- Fix exported resource data overwritten. [#34 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/34 )
2019-05-20 13:36:57 +03:00
## v0.1.0-B190562 (pre-release)
2019-05-20 00:32:09 +03:00
- Add units tests for `Export-AzRuleData` and update filters. [#28 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/28 )
- `Export-AzRuleData` returns files generated by default. [#27 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/27 )
- `Export-AzRuleData` passes through objects resource objects to the pipeline. [#25 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/25 )
2019-05-20 12:32:09 +03:00
- **Breaking change** - `Export-AzRuleData` only exports data from current subscription context by default. [#24 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/24 )
- Data can be exported from all subscription contexts by using the `-All` switch, or specifying specific subscriptions with the `-Subscription` or `-Tenant` parameters.
2019-05-19 10:57:11 +03:00
2019-05-20 12:32:09 +03:00
## v0.1.0-B190543 (pre-release)
2019-05-17 17:40:32 +03:00
2019-05-17 16:56:27 +03:00
- Fix cannot find the type for custom attribute error. [#21 ](https://github.com/BernieWhite/PSRule.Rules.Azure/issues/21 )
2019-05-20 12:32:09 +03:00
## v0.1.0-B190536 (pre-release)
2019-05-17 14:44:34 +03:00
2019-06-13 02:21:19 +03:00
- Initial pre-release.