From 0354d1b31e0346794d6880fb08e38bfb22e9fda8 Mon Sep 17 00:00:00 2001 From: Mehul Chamria <64285622+MehulChamria@users.noreply.github.com> Date: Tue, 28 May 2024 14:46:42 +0100 Subject: [PATCH] Update delegateSubnet.ps1 Spell Check --- .../delegate-subnet/delegateSubnet.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/manage/azure-sql-db-managed-instance/delegate-subnet/delegateSubnet.ps1 b/samples/manage/azure-sql-db-managed-instance/delegate-subnet/delegateSubnet.ps1 index e3010da1..529a3530 100644 --- a/samples/manage/azure-sql-db-managed-instance/delegate-subnet/delegateSubnet.ps1 +++ b/samples/manage/azure-sql-db-managed-instance/delegate-subnet/delegateSubnet.ps1 @@ -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; } }