2019-04-30 02:02:02 +03:00
## Unreleased
2019-05-17 14:44:34 +03:00
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
- Initial pre-release