Open satyajit321 opened 3 years ago
Post further testing there seems to be issue with the Verbose switch in AzureAutomation. It runs fine locally.
$monthOfInterest = "2021-May"
#This one run smoothly
Get-MsrcCvrfDocument -ID $monthOfInterest
#This one get's stuck
Get-MsrcCvrfDocument -ID $monthOfInterest -Verbose
It's a specific problem related to AzureAutomation. Like you said, it seems to be unable to handle the Verbose stream.
I was able to import the module without any issues and its shows in the Modules section 1.9.5 The script works fine locally, however inside Azure Automation it keeps on loading.
Any reference to this module, gets into a hung state.
Ever lasting dots continues