From 6557805f61a94dd9c05f0145b2cef83cb1b9d36f Mon Sep 17 00:00:00 2001 From: Dave Curylo Date: Mon, 16 Aug 2021 09:19:41 -0400 Subject: [PATCH] 1.6.12 release readiness --- RELEASE_NOTES.md | 6 ++---- src/Farmer/Farmer.fsproj | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 831b282b1..c0d4b08c2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,12 +3,10 @@ Release Notes ## 1.6.12 * Custom FarmerException raised for all exceptions. +* Dashboards: Changed the API to use non-anonymous record. * Improve validation error messages. -* WebApp/Functions: Web Apps and Functions now 'health_check_path' support. - -## vNext * SQL Server: geo_replicate changed the API to use non-anonymous record. -* Dashboards: Changed the API to use non-anonymous record. +* WebApp/Functions: Web Apps and Functions now 'health_check_path' support. ## 1.6.11 * Container Groups: Use `ip_config` to name the IP configuration for a container group's subnet. diff --git a/src/Farmer/Farmer.fsproj b/src/Farmer/Farmer.fsproj index 331ab52c1..61d87206d 100644 --- a/src/Farmer/Farmer.fsproj +++ b/src/Farmer/Farmer.fsproj @@ -2,7 +2,7 @@ Farmer - 1.6.11 + 1.6.12 Farmer makes authoring ARM templates easy! Copyright 2019-2021 Compositional IT Ltd. Compositional IT