From 609078e3775c63610303d2e3e283ac0b4039ad3f Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:37:14 +0200 Subject: [PATCH] [windows] clarify Install-AzureModules description (#8273) --- images/win/scripts/Installers/Install-AzureModules.ps1 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/images/win/scripts/Installers/Install-AzureModules.ps1 b/images/win/scripts/Installers/Install-AzureModules.ps1 index 66ebfe63..183fcb7d 100644 --- a/images/win/scripts/Installers/Install-AzureModules.ps1 +++ b/images/win/scripts/Installers/Install-AzureModules.ps1 @@ -1,14 +1,9 @@ ################################################################################ ## File: Install-AzureModules.ps1 -## Desc: Install Azure PowerShell modules +## Desc: PowerShell modules used by AzureFileCopy@4, AzureFileCopy@5, AzurePowerShell@4, AzurePowerShell@5 tasks ## Supply chain security: package manager ################################################################################ -# -# prepares the environment for the Azure PowerShell modules -# used by AzureFileCopy@4, AzureFileCopy@5, AzurePowerShell@4, AzurePowerShell@5 tasks -# - # The correct Modules need to be saved in C:\Modules $installPSModulePath = "C:\\Modules" if (-not (Test-Path -LiteralPath $installPSModulePath))