Re-export `az`
`az` is a non-optional dependency of this crate that it is quite helpful for working with the outputs. Would it be possible to `pub use az` in the crate root? This would just avoid needing to keep versions up to date in a separate Cargo dependency.
issue