Write-VerboseWithTime ('{0}: Publishing to VM will start after {1} seconds.' -f , )
throw '++MESSAGE5:Unable to load Azure PowerShell. To install the latest version, go to https://go.microsoft.com/fwlink/?LinkID=320552 .If you have already installed Azure PowerShell, you may need to restart your computer or manually import the module.++'
++DESCRIPTION7:Writes an error message prefixed with the current time. This function calls the {Format-DevTestMessageWithTime} function to prepend the time before writing the message to the {Error} stream.++
++PARAMETER8:Specifies the message in the error message call. You can pipe the message string to the function.++
++SYNOPSIS6:Writes an error message prefixed with the current time.++