From bdedb74b17c44171d35c1c63c88be5adefc6693e Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Sun, 11 Dec 2022 05:23:06 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Resouce"=E2=86=92"Resource"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure-Samples/AzureSubscriptionBuilder/blob/dev-master/teardown.ps1 #PingMSFTDocs --- teardown.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teardown.ps1 b/teardown.ps1 index 3b27797..6664487 100644 --- a/teardown.ps1 +++ b/teardown.ps1 @@ -22,7 +22,7 @@ if ($rg) { } catch { $_ | Out-File -FilePath $logFile -Append - Write-Host "ERROR: Deletion of Resouce Group: $Name-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red + Write-Host "ERROR: Deletion of Resource Group: $Name-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red exit } @@ -42,7 +42,7 @@ if ($webrg) { } catch { $_ | Out-File -FilePath $logFile -Append - Write-Host "ERROR: Deletion of Resouce Group: $Name-webserver-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red + Write-Host "ERROR: Deletion of Resource Group: $Name-webserver-rg has failed due to an exception, see $logFile for detailed information!" -ForegroundColor red exit }