From c07afc4382e3b548e123e924131a061ed7408d13 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 23 Jan 2023 06:14:21 -0800 Subject: [PATCH] chore: update flakiness-dashboard extension bundle (#20291) This way it can work with newer runtimes. --- utils/flakiness-dashboard/host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/flakiness-dashboard/host.json b/utils/flakiness-dashboard/host.json index b7a3a7c11d..5c997fdf49 100644 --- a/utils/flakiness-dashboard/host.json +++ b/utils/flakiness-dashboard/host.json @@ -16,6 +16,6 @@ }, "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0)" + "version": "[2.*, 3.0.0)" } }