From 47390529809816c2167c304d2e8290f0b3a46a11 Mon Sep 17 00:00:00 2001 From: Silas Strawn Date: Sat, 21 May 2022 19:15:24 -0700 Subject: [PATCH] add breaking change history note --- src/containerapp/HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index 8e61aac719d..fc405941749 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -9,6 +9,7 @@ Release History * Added 'az containerapp env certificate' to manage certificates in a container app environment * Added 'az containerapp hostname' to manage hostnames in a container app * Added 'az containerapp ssl upload' to upload a certificate, add a hostname and the binding to a container app +* BREAKING CHANGE: require Azure CLI version of at least 2.37.0 0.3.4 ++++++