Skip to content

Commit 7d9c8f8

Browse files
committed
Fix pending history
1 parent 6dc32c4 commit 7d9c8f8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/aks-preview/HISTORY.rst

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

15+
20.0.0b3
16+
+++++++
17+
* `az aks create/update`: Fix DCR not being created or updated when `--enable-container-network-logs`, `--enable-retina-flow-logs`, or `--enable-high-log-scale-mode` flags are used, ensuring the Data Collection Rule streams (e.g. `Microsoft-ContainerLogV2-HighScale`) are kept in sync.
18+
* `az aks update`: Add validation for `--enable-high-log-scale-mode` on the update path requiring the monitoring addon with MSI authentication to be enabled
19+
1520
20.0.0b2
1621
+++++++
1722
* `az aks nodepool update`: clean up some useless code in the update managed gpu function.
@@ -20,6 +25,7 @@ Pending
2025
* `az aks machine add`: Add `--enable-ultra-ssd` flag support to enable ultra ssd on a machine.
2126
* `az aks update`: Fix V2-only NAT gateway params (e.g. `--nat-gateway-managed-outbound-ipv6-count`) being rejected on update when `--outbound-type` is not re-specified for an already-V2 cluster.
2227

28+
2329
20.0.0b2
2430
+++++++
2531
* `az aks create/update`: Fix DCR not being created or updated when `--enable-container-network-logs`, `--enable-retina-flow-logs`, or `--enable-high-log-scale-mode` flags are used, ensuring the Data Collection Rule streams (e.g. `Microsoft-ContainerLogV2-HighScale`) are kept in sync.

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 = "20.0.0b2"
12+
VERSION = "20.0.0b3"
1313

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

0 commit comments

Comments
 (0)