Skip to content

Commit fb137e9

Browse files
sophsoph321Sophie Zhao
andauthored
remove flux as core extension (#8734)
* add troubleshoot command under connectedk8s * resolve check issues * fix final new line * add back troubleshoot params * implement helm version and permission checks * remove flux as core extension * remove connectedk8s changes * update history.rst * upgrade to major version * upgrade to major version --------- Co-authored-by: Sophie Zhao <sophiezhao@microsoft.com>
1 parent 236d78a commit fb137e9

File tree

6 files changed

+6
-7449
lines changed

6 files changed

+6
-7449
lines changed

src/aks-preview/HISTORY.rst

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

1212
Pending
1313
+++++++
14+
16.0.0b1
15+
+++++++
16+
* [BREAKING CHANGE] Remove flux extension from the list of supported core extensions
17+
1418
15.0.0b2
1519
+++++++
1620
* Add aks extension and aks extension-type command groups

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", "microsoft.flux"]
44+
allowed_extensions = ["microsoft.dataprotection.kubernetes"]
4545

4646

4747
def which(binary):

0 commit comments

Comments
 (0)