From 4dc81d29e50bb03bfe54686c29f7e737fafae0cf Mon Sep 17 00:00:00 2001 From: Dave Curylo Date: Fri, 13 Aug 2021 09:35:59 -0400 Subject: [PATCH] 1.6.11 release readiness --- RELEASE_NOTES.md | 5 ++--- src/Farmer/Farmer.fsproj | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0e6ef0bcb..a6bcda741 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,15 +1,14 @@ Release Notes ============= -## vNext -* WebApp: Validation on site name. -* Functions: Validation on functions name. ## 1.6.11 * Container Groups: Use `ip_config` to name the IP configuration for a container group's subnet. * DNS Zone: Added configuration member of NameServers * DNS Zone: Support for delegating a subdomain to another DNS Zone with `add_nsd_reference`. +* Functions: Validation on functions name. * Resource groups: Added `outputs` keyword * Virtual Machine: Added configuration member PublicIpAddress +* WebApp: Validation on site name. ## 1.6.10 * Azure SQL Server: geo_replicate parameter to geo-replicate the server databases diff --git a/src/Farmer/Farmer.fsproj b/src/Farmer/Farmer.fsproj index 83cf02d1e..331ab52c1 100644 --- a/src/Farmer/Farmer.fsproj +++ b/src/Farmer/Farmer.fsproj @@ -2,7 +2,7 @@ Farmer - 1.6.10 + 1.6.11 Farmer makes authoring ARM templates easy! Copyright 2019-2021 Compositional IT Ltd. Compositional IT