From c9066561b98dee0b18ddfa369e055711b266e122 Mon Sep 17 00:00:00 2001 From: Santiago Aguiar Date: Wed, 18 Dec 2024 18:40:47 -0300 Subject: [PATCH] upgrade azure extension bundle to 4.x --- apollo/interfaces/azure/host.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apollo/interfaces/azure/host.json b/apollo/interfaces/azure/host.json index 88a6fb72..2c1bb24c 100644 --- a/apollo/interfaces/azure/host.json +++ b/apollo/interfaces/azure/host.json @@ -9,7 +9,7 @@ }, "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[3.*, 4.0.0)" + "version": "[4.0.0, 5.0.0)" }, "extensions": { @@ -18,4 +18,4 @@ "routePrefix": "" } } -} \ No newline at end of file +}