From 3bafcc59175fb61e323e393487d413441287a450 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 20 Jul 2023 18:41:16 +0200 Subject: [PATCH] Refactor the azure adapter tests --- .../function-sample-azure-time-trigger/README.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc b/spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc index d8bc693d5..fc5fc9d23 100644 --- a/spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc +++ b/spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc @@ -60,11 +60,10 @@ The `spring-cloud-function-adapter-azure` dependency activates the AzureFunction org.springframework.cloud spring-cloud-function-adapter-azure - 3.2.9-SNAPSHOT ---- -(Version 3.2.9 or higher) +(Version 4.x.x or higher) The `uppercase` function with signature `Function, Void> uppercase()` is defined as `@Bean` in the TimeTriggerDemoApplication context.