Skip to content

Commit 609078e

Browse files
[windows] clarify Install-AzureModules description (#8273)
1 parent cd9413e commit 609078e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

images/win/scripts/Installers/Install-AzureModules.ps1

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
################################################################################
22
## File: Install-AzureModules.ps1
3-
## Desc: Install Azure PowerShell modules
3+
## Desc: PowerShell modules used by AzureFileCopy@4, AzureFileCopy@5, AzurePowerShell@4, AzurePowerShell@5 tasks
44
## Supply chain security: package manager
55
################################################################################
66

7-
#
8-
# prepares the environment for the Azure PowerShell modules
9-
# used by AzureFileCopy@4, AzureFileCopy@5, AzurePowerShell@4, AzurePowerShell@5 tasks
10-
#
11-
127
# The correct Modules need to be saved in C:\Modules
138
$installPSModulePath = "C:\\Modules"
149
if (-not (Test-Path -LiteralPath $installPSModulePath))

0 commit comments

Comments
 (0)