mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge pull request #1291 from MehulChamria/patch-1
Update delegateSubnet.ps1
This commit is contained in:
@@ -17,7 +17,7 @@ function VerifyPSVersion {
|
||||
Write-Host "PowerShell version verified." -ForegroundColor Green
|
||||
}
|
||||
else {
|
||||
Write-Host "You need to install PowerShell version 5.1 or heigher." -ForegroundColor Red
|
||||
Write-Host "You need to install PowerShell version 5.1 or higher." -ForegroundColor Red
|
||||
Break;
|
||||
}
|
||||
}
|
||||
@@ -26,7 +26,7 @@ function VerifyPSVersion {
|
||||
Write-Host "PowerShell version verified." -ForegroundColor Green
|
||||
}
|
||||
else {
|
||||
Write-Host "You need to install PowerShell version 6.0 or heigher." -ForegroundColor Red
|
||||
Write-Host "You need to install PowerShell version 6.0 or higher." -ForegroundColor Red
|
||||
Break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user