File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Ev2Specs/ServiceGroupRoot/Shell/Run Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ try {
4545 $moduleExists = Test-Path $secretManagementFileName
4646 Write-Verbose - Verbose " Module $secretManagementFileName exists: $moduleExists "
4747
48- # Install PSResourceGet 1.1.0
49- Write-Verbose " Download PSResourceGet version 1.1.0 "
48+ # Install PSResourceGet 1.1.1
49+ Write-Verbose " Download PSResourceGet version 1.1.1 "
5050 Register-PSRepository - Name CFS - SourceLocation " https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" - InstallationPolicy Trusted
51- Install-Module - Repository CFS - Name Microsoft.PowerShell.PSResourceGet - RequiredVersion ' 1.1.0 ' - Verbose
51+ Install-Module - Repository CFS - Name Microsoft.PowerShell.PSResourceGet - RequiredVersion ' 1.1.1 ' - Verbose
5252 Import-Module Microsoft.PowerShell.PSResourceGet
5353 Get-Module
5454
You can’t perform that action at this time.
0 commit comments