Skip to content

Commit 5259421

Browse files
committed
bump version and release note
1 parent 68ef5c3 commit 5259421

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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+
* Support `entraid` for parameter `--ssh-access` to support EntraID feature.
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/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)