From 8d31d94fbff51059b83a4534db49e571af6cc144 Mon Sep 17 00:00:00 2001 From: rajatagrawal-dev Date: Fri, 13 Apr 2018 17:52:46 +0530 Subject: [PATCH] Update Utility.ps1 (#6983) --- Tasks/AzurePowerShell/Utility.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}