From 9ab0cb0bd3635a74064f79636d46568c69cda46e Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Mon, 19 Jul 2021 11:39:08 +0800 Subject: [PATCH] update history --- src/aks-preview/HISTORY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/aks-preview/HISTORY.md b/src/aks-preview/HISTORY.md index fcc987c48e8..758bc4b8e76 100644 --- a/src/aks-preview/HISTORY.md +++ b/src/aks-preview/HISTORY.md @@ -2,6 +2,23 @@ Release History =============== +0.5.23 ++++++ +* Fix issue that `maintenanceconfiguration add` subcommand cannot work + +0.5.22 ++++++ +* Fix issue in dcr template + +0.5.21 ++++++ +* Fix issue when disable monitoring on an AKS cluster would fail in regions where Data Collection Rules are not enabled + +0.5.20 ++++++ +* Support enabling monitoring on AKS clusters with msi auth +* Add `--enable-msi-auth-for-monitoring` option in aks create and aks enable-addons + 0.5.19 +++++ * Remove azure-defender from list of available addons to install via `az aks enable-addons` command