From 6975f601b5c3d5af7c6aff8a03968b2c2d4e1566 Mon Sep 17 00:00:00 2001 From: Fuming Zhang Date: Mon, 16 May 2022 10:19:22 +0800 Subject: [PATCH] update min cli core --- src/aks-preview/HISTORY.rst | 13 ++++++++++++- .../azext_aks_preview/azext_metadata.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/aks-preview/HISTORY.rst b/src/aks-preview/HISTORY.rst index ac0ed0a0b57..e2a5cfec458 100644 --- a/src/aks-preview/HISTORY.rst +++ b/src/aks-preview/HISTORY.rst @@ -14,24 +14,30 @@ Pending 0.5.69 ++++++ + * Fix: Raise error when user provides invalid value for `--os-sku`. 0.5.68 ++++++ + * Add option `Windows2019`, `Windows2022` to `--os-sku` for `az aks nodepool add`. 0.5.67 +++++++++++++++++++++ -* Add support for csi drivers extensibility. + +* Update the minimum required cli core version to `2.35.0`. * Update to use 2022-04-02-preview api version. +* Add support for csi drivers extensibility. * Add support for apiserver vnet integration. 0.5.66 ++++++ + * Prompt when no arguments are given to update and nodepool update to see if the customer wants to try goal seek to current settings. 0.5.65 ++++++ + * Add `--ignore-pod-disruption-budget` flag for `az aks nodepool delete` for ignoring PodDisruptionBudget. 0.5.64 @@ -117,6 +123,7 @@ for nodepool snapshot, it will be 0.5.53 ++++++ +* Update the minimum required cli core version to `2.32.0`. * Update to use 2022-01-02-preview api version. * Add support for cluster creating with Capacity Reservation Group. * `az aks create --crg-id` @@ -145,6 +152,7 @@ for nodepool snapshot, it will be 0.5.49 ++++++ +* Update the minimum required cli core version to `2.31.0`. * Add support for Alias Minor Version. 0.5.48 @@ -166,6 +174,7 @@ for nodepool snapshot, it will be 0.5.45 ++++++ +* Update the minimum required cli core version to `2.30.0`. * Remove the snapshot name trimming in `az aks snapshot create` command. 0.5.44 @@ -181,6 +190,7 @@ for nodepool snapshot, it will be 0.5.42 ++++++ +* Update the minimum required cli core version to `2.27.0`. * Fix default value behavior for pod identity exception pod labels in upgrade/scale calls. 0.5.41 @@ -191,6 +201,7 @@ for nodepool snapshot, it will be 0.5.40 +++++ +* Update the minimum required cli core version to `2.23.0`. * Add support for new snapshot commands * `az aks snapshot create` * `az aks snapshot delete` diff --git a/src/aks-preview/azext_aks_preview/azext_metadata.json b/src/aks-preview/azext_aks_preview/azext_metadata.json index bbdee91d3c0..4f2865aa58c 100644 --- a/src/aks-preview/azext_aks_preview/azext_metadata.json +++ b/src/aks-preview/azext_aks_preview/azext_metadata.json @@ -1,4 +1,4 @@ { - "azext.minCliCoreVersion": "2.32.0", + "azext.minCliCoreVersion": "2.35.0", "azext.isPreview": true } \ No newline at end of file