Skip to content

Commit 4a90d93

Browse files
committed
Updated version.
1 parent da58497 commit 4a90d93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/aks-preview/HISTORY.rst

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

15-
19.0.0b11
15+
19.0.0b12
1616
+++++++
17-
* Remove PMK validation for `--azure-keyvault-kms-key-id` parameter.
18-
* `az aks update`: Set CMK property "enabled" to false and remove other CMK properties when enabling PMK on a CMK-disabled cluster
17+
18+
* `az aks create --workload-runtime KataVmIsolation`: Added the KataVmIsolation workload runtime value.
1919

2020
19.0.0b11
2121
+++++++
22-
23-
* `az aks create --workload-runtime KataVmIsolation`: Added the KataVmIsolation workload runtime value.
22+
* Remove PMK validation for `--azure-keyvault-kms-key-id` parameter.
23+
* `az aks update`: Set CMK property "enabled" to false and remove other CMK properties when enabling PMK on a CMK-disabled cluster
2424

2525
19.0.0b10
2626
+++++++

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.0b11"
12+
VERSION = "19.0.0b12"
1313

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

0 commit comments

Comments
 (0)