I have an Azure Automation runbook which I recently changed to use the v3 exchange online module, and as per the documentation it worked perfectly as all cmdlets were supported etc. However from Thursday 9th February I'm getting an error from 'Connect-ExchangeOnline', according to the AzureAD logs the sign-in has been successful.
Failed
The term 'Update-ModuleManifest' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Up to this point it had been working fine, is this due to another planned change I've missed or is there an issue?