From 7bc578421a54634ac8615845d17bbe012aa499df Mon Sep 17 00:00:00 2001 From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:00:02 -0700 Subject: [PATCH] PR FB --- sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs b/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs index 014ecf8e90a63..d0d88683fce65 100644 --- a/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs +++ b/sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs @@ -389,7 +389,7 @@ private void EnsureValue(string name, string value) "Make sure the test environment was initialized using the eng/common/TestResources/New-TestResources.ps1 script."; if (_bootstrappingException != null) { - message += Environment.NewLine + "Resource creation failed during the test run. Make sure Powershell version 6 or higher is installed."; + message += Environment.NewLine + "Resource creation failed during the test run. Make sure PowerShell version 6 or higher is installed."; throw new InvalidOperationException( message, _bootstrappingException);