A better way to update AzureRM Powershell module
We ran into an issue today where one of the powershell commandlets included in latest version of AzureRm powershell module was not available on OD server and we had to manually install/update that version, then got surprised the updated version was not used because Octopus includes an internal/embedded version of the module.
I wish there is a better way to install and update AzureRM powershell module rather than wait for Octopus Deploy upgrades to refresh them.
Or maybe a way to choose when installing to use embedded version or other shared version pre-installed on the system.

-
Colin Pear commented
You can add a variable to your project that tells octo not to use the embedded version.