Skip to content

Commit

Permalink
Adding latest module of Az
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivangi authored and Shivangi committed Feb 26, 2020
1 parent 09909de commit 16d7a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/AzureFileCopyV4/Utility.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,6 @@ function CleanUp-PSModulePathForHostedAgent {
write-verbose "$azureModulePath is not present in $newEnvPSModulePath"
}

$azPSModulePath = "C:\Modules\az_1.6.0"
$azPSModulePath = "C:\Modules\az_3.1.0"
$env:PSModulePath = $azPSModulePath + ";" + $newEnvPSModulePath
}

0 comments on commit 16d7a69

Please sign in to comment.