You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @blainekwilson . This functionality doesn't exist in the new version, which we will hopefully be releasing in the next few weeks, but I will put in a fix if we end up releasing a patch to v1.
AkamaiPowershell.psm1 is throwing an error on line 43 with PowerShell 5.1
Current line:
Remove-Variable $LatestVersion
should be:
Remove-Variable -Name LatestVersion
Additional Information:
Exception
PowerShell Version
The text was updated successfully, but these errors were encountered: