This release aims to improve compatibility for powershell users
Added
- Added caching to `doing.utils.guess_shell_encoding`, should *slightly* increase performance (4963059)
- Add `encoding` as an optional config parameter, so powershell users can set it explicitly when guessing encoding fails (1caf55e)
Changed
- Change single quotes (`'`)to escaped double quotes (`\"`) in all az commands to improve powershell compatibility (3b84a3a)