diff --git a/src/Cli/func/Common/Utilities.cs b/src/Cli/func/Common/Utilities.cs index aa80e0ff8..0ed78ae2f 100644 --- a/src/Cli/func/Common/Utilities.cs +++ b/src/Cli/func/Common/Utilities.cs @@ -67,7 +67,7 @@ internal static void WarnIfPreviewVersion() if (isLinux && arch == Architecture.Arm64) { ColoredConsole - .WriteLine("This version of the Azure Functions Core Tools currently doesn't support linux-arm64 with Python workers, with PowerShell workers, or with .NET applications using the in-process model.".DarkYellow()); + .WriteLine("This version of the Azure Functions Core Tools currently doesn't support linux-arm64 with Python workers, or with .NET applications using the in-process model.".DarkYellow()); } ColoredConsole.WriteLine();