Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 1.97 KB

Unreleased

v0.1.0-B190624 (pre-release)

  • Added rule to check if allow access to Azure services enabled for MySQL. #4
  • Added rule to count the number of database server firewall rules for MySQL. #2
  • Added rule to check if allow access to Azure services enabled for PostgreSQL. #50
  • Added rule to count the number of database server firewall rules for PostgreSQL. #51
  • Added rule to check if SSL is enforced for PostgreSQL. #49

v0.1.0-B190607 (pre-release)

  • Added rule documentation. #40

v0.1.0-B190569 (pre-release)

  • Fix exported resource data overwritten. #34

v0.1.0-B190562 (pre-release)

  • Add units tests for Export-AzRuleData and update filters. #28
  • Export-AzRuleData returns files generated by default. #27
  • Export-AzRuleData passes through objects resource objects to the pipeline. #25
  • Breaking change - Export-AzRuleData only exports data from current subscription context by default. #24
    • Data can be exported from all subscription contexts by using the -All switch, or specifying specific subscriptions with the -Subscription or -Tenant parameters.

v0.1.0-B190543 (pre-release)

  • Fix cannot find the type for custom attribute error. #21

v0.1.0-B190536 (pre-release)

  • Initial pre-release