Skip to content

Commit 83e646e

Browse files
authored
{AKS} Update minimum required cli core version to 2.73.0 (Azure#9285)
1 parent 167d35c commit 83e646e

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ To release a new version, please select a new version number (usually plus 1 to
1212
Pending
1313
+++++++
1414

15+
19.0.0b6
16+
+++++++
17+
* Update the minimum required cli core version to `2.73.0` (actually since `18.0.0b35`).
18+
1519
19.0.0b5
1620
+++++++
1721
* `az aks get-credentials`: Convert device code mode kubeconfig to Azure CLI token format to bypass conditional access login blocks.

src/aks-preview/README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ Dependency between aks-preview and azure-cli/acs (azure-cli-core)
4949
- >= `\2.49.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.49.0>`_, 2023/05/23
5050
* - 2.0.0b7 ~ 7.0.0b1
5151
- >= `\2.56.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.56.0>`_, 2024/01/09
52-
* - 7.0.0b2 ~ latest
52+
* - 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
55+
- >= `\2.73.0 <https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.73.0>`_, 2025/05/19
5456

5557
Released version and adopted API version
5658
========================================
@@ -209,6 +211,9 @@ Released version and adopted API version
209211
* - 18.0.0b22 ~ 18.0.0b34
210212
- 2025-06-02-preview
211213
-
212-
* - 18.0.0b35 ~ latest
214+
* - 18.0.0b35 ~ 18.0.0b43
213215
- 2025-07-02-preview
216+
-
217+
* - 18.0.0b44 ~ latest
218+
- 2025-08-02-preview
214219
-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"azext.minCliCoreVersion": "2.61.0",
2+
"azext.minCliCoreVersion": "2.73.0",
33
"azext.isPreview": true,
44
"name": "aks-preview"
55
}

src/aks-preview/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "19.0.0b5"
12+
VERSION = "19.0.0b6"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)