- 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
- Added rule documentation. #40
- Fix exported resource data overwritten. #34
- Add units tests for
Export-AzRuleData
and update filters. #28 Export-AzRuleData
returns files generated by default. #27Export-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.
- Data can be exported from all subscription contexts by using the
- Fix cannot find the type for custom attribute error. #21
- Initial pre-release