From 9f9d6b73790fe99f56fe9188368172fcac68bd07 Mon Sep 17 00:00:00 2001 From: Francisco Gamino Date: Fri, 18 Feb 2022 13:24:17 -0800 Subject: [PATCH] Add Python language worker with major version 4 --- integrationTestsBuild/V4/HostBuild.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integrationTestsBuild/V4/HostBuild.json b/integrationTestsBuild/V4/HostBuild.json index 2e8755c..0ef8ed0 100644 --- a/integrationTestsBuild/V4/HostBuild.json +++ b/integrationTestsBuild/V4/HostBuild.json @@ -10,5 +10,9 @@ { "Name": "Microsoft.Azure.Functions.PowerShellWorker.PS7.2", "MajorVersion": "4" + }, + { + "Name": "Microsoft.Azure.Functions.PythonWorker", + "MajorVersion": "4" } ]