Skip to content

Commit 6747889

Browse files
author
anushkasingh16
committed
PR comments
1 parent 86ad9f7 commit 6747889

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

src/aks-preview/HISTORY.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ If there is no rush to release a new version, please just add a description of t
1010
To release a new version, please select a new version number (usually plus 1 to last patch version, X.Y.Z -> Major.Minor.Patch, more details in `\doc <https://semver.org/>`_), and then add a new section named as the new version number in this file, the content should include the new modifications and everything from the *Pending* section. Finally, update the `VERSION` variable in `setup.py` with this new version number.
1111

1212
Pending
13-
1413
+++++++
14+
* Add support for `ManagedSystem` Agent Pool Mode.
15+
1516
18.0.0b19
1617
+++++++
1718
- Added `--localdns-config` to `az aks nodepool add`` and to `az aks nodepool update` to support configuring a local DNS profile for agentpools.
1819

19-
+++++++
20-
* Add support for `ManagedSystem` Agent Pool Mode.
2120

2221
18.0.0b18
2322
+++++++
@@ -1913,4 +1912,4 @@ Pending
19131912
+++++
19141913

19151914
* new feature `enable-cluster-autoscaler`
1916-
* default agentType is VMSS
1915+
* default agentType is VMSS

src/aks-preview/azext_aks_preview/tests/latest/test_aks_commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,7 +3141,6 @@ def test_aks_create_add_nodepool_with_custom_ca_trust_certificates(
31413141
checks=[self.is_empty()],
31423142
)
31433143

3144-
@live_only()
31453144
@AllowLargeResponse()
31463145
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix="clitest", location="")
31473146
def test_aks_nodepool_add_with_localdns_config(self, resource_group, resource_group_location):
@@ -3188,7 +3187,6 @@ def test_aks_nodepool_add_with_localdns_config(self, resource_group, resource_gr
31883187
checks=[self.is_empty()],
31893188
)
31903189

3191-
@live_only()
31923190
@AllowLargeResponse()
31933191
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix="clitest", location="westus2")
31943192
def test_aks_nodepool_update_with_localdns_config(self, resource_group, resource_group_location):

0 commit comments

Comments
 (0)