[windows] clarify Install-AzureModules description (#8273)

This commit is contained in:
ilia-shipitsin
2023-09-18 18:37:14 +02:00
committed by GitHub
parent cd9413ee05
commit 609078e377

View File

@@ -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))