Skip to content

Commit c0df1fd

Browse files
authored
{AKS} Update the minimum required cli core version to 2.76.0 (Azure#9830)
1 parent d71ad21 commit c0df1fd

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
* Update the minimum required cli core version to `2.76.0` (actually since `20.0.0b3`).
1415
* `az aks upgrade`: Add `--k8s-support-plan` and `--tier` flag support to allow cluster support plan and tier configuration during cluster upgrade.
1516

1617
20.0.0b6

src/aks-preview/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ Dependency between aks-preview and azure-cli/acs (azure-cli-core)
5151
- >= `\2.56.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.56.0>`_, 2024/01/09
5252
* - 7.0.0b2 ~ 18.0.0b34
5353
- >= `\2.61.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.61.0>`_, 2024/05/21
54-
* - 18.0.0b35 ~ latest
54+
* - 18.0.0b35 ~ 20.0.0b2
5555
- >= `\2.73.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.73.0>`_, 2025/05/19
56+
* - 20.0.0b3 ~ latest
57+
- >= `\2.76.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.76.0>`_, 2025/08/15
5658

5759
Released version and adopted API version
5860
========================================
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"azext.minCliCoreVersion": "2.73.0",
2+
"azext.minCliCoreVersion": "2.76.0",
33
"azext.isPreview": true,
44
"name": "aks-preview"
55
}

0 commit comments

Comments
 (0)