Skip to content

Commit 4e48424

Browse files
author
tomaandreisacuiu
committed
Add microsoft.virtualnodes to the list of allowed extension types.
1 parent c739638 commit 4e48424

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/aks-preview/HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14+
* `az aks extension`: Add `microsoft.virtualnodes` to the list of allowed extension types.
1415

1516
21.0.0b10
1617
++++++++

src/aks-preview/azext_aks_preview/_helpers.py

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

4242
# type variables
4343
ManagedCluster = TypeVar("ManagedCluster")
44-
allowed_extensions = ["microsoft.dataprotection.kubernetes"]
44+
allowed_extensions = ["microsoft.dataprotection.kubernetes", "microsoft.virtualnodes"]
4545

4646

4747
def which(binary):

0 commit comments

Comments
 (0)