diff --git a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json index 8906b8b52235..fa34a5d29ed7 100644 --- a/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json +++ b/sdk/spring/pipeline/spring-cloud-azure-supported-spring.json @@ -1,9 +1,25 @@ [ + { + "current" : false, + "releaseStatus" : "SNAPSHOT", + "snapshot" : true, + "supportStatus" : "TODO", + "spring-boot-version" : "4.0.2-SNAPSHOT", + "spring-cloud-version" : "2025.1.0" + }, { "current" : true, "releaseStatus" : "GENERAL_AVAILABILITY", "snapshot" : false, "supportStatus" : "SUPPORTED", + "spring-boot-version" : "4.0.1", + "spring-cloud-version" : "2025.1.0" + }, + { + "current" : false, + "releaseStatus" : "GENERAL_AVAILABILITY", + "snapshot" : false, + "supportStatus" : "END_OF_LIFE", "spring-boot-version" : "4.0.0", "spring-cloud-version" : "2025.1.0" },