Skip to content

Commit 8f8511a

Browse files
committed
removed options list
1 parent 9536f75 commit 8f8511a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/aks-preview/azext_aks_preview/_params.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,6 @@ def load_arguments(self, _):
11311131
c.argument("enable_upstream_kubescheduler_user_configuration", action="store_true", is_preview=True)
11321132
c.argument(
11331133
"enable_gateway_api",
1134-
options_list=["--enable-gateway-api"],
11351134
action="store_true",
11361135
help="Enable managed installation of Gateway API CRDs from the standard release channel."
11371136
)
@@ -1598,13 +1597,11 @@ def load_arguments(self, _):
15981597
c.argument("disable_upstream_kubescheduler_user_configuration", action="store_true", is_preview=True)
15991598
c.argument(
16001599
"enable_gateway_api",
1601-
options_list=["--enable-gateway-api"],
16021600
action="store_true",
16031601
help="Enable managed installation of Gateway API CRDs from the standard release channel."
16041602
)
16051603
c.argument(
16061604
"disable_gateway_api",
1607-
options_list=["--disable-gateway-api"],
16081605
action="store_true",
16091606
help="Disable managed installation of Gateway API CRDs."
16101607
)

0 commit comments

Comments
 (0)