diff --git a/Tasks/AzurePowerShell/Utility.ps1 b/Tasks/AzurePowerShell/Utility.ps1 index a7e67876b6fd..ee55cf537fd1 100644 --- a/Tasks/AzurePowerShell/Utility.ps1 +++ b/Tasks/AzurePowerShell/Utility.ps1 @@ -90,7 +90,7 @@ function Get-LatestModule { return $resultFolder } -function Get-RollForwardVersion { +function Get-RollForwardVersion { [CmdletBinding()] param([string]$azurePowerShellVersion) Trace-VstsEnteringInvocation $MyInvocation @@ -111,4 +111,4 @@ function Get-RollForwardVersion { finally { Trace-VstsLeavingInvocation $MyInvocation } -} \ No newline at end of file +}