Releases: gchiesa/azure-resource-graph-collector
Releases · gchiesa/azure-resource-graph-collector
Retry on Deployment
What's Changed
- New deployment mechanism with retry by @dennisreis-tomtom in #5
Full Changelog: v1.1.0...v1.2.0
New support for Azure Blob Storage CSV publishing
This release introduce the support for publishing the result of the query also on Azure Blob Storage.
Thanks to @DennisReis for the contribution!
What's Changed
- feat: Adding publishing result as CSV to Azure capability by @dennisreis-tomtom in #4
New Contributors
- @dennisreis-tomtom made their first contribution in #4
Full Changelog: v1.0.1...v1.1.0
Fix on multiquery
v1.0.1 fix: flatten the list of queries (#3)
Multiquery Support
- Added support for multiquery [BREAKING CHANGE]