We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a443fb commit 59dec35Copy full SHA for 59dec35
1 file changed
src/aks-preview/azext_aks_preview/_params.py
@@ -3212,13 +3212,13 @@ def load_arguments(self, _):
3212
c.argument(
3213
"zone",
3214
options_list=["--zone", "-z"],
3215
- arg_type=get_three_state_flag(),
+ action="store_true",
3216
help="Show only VM SKUs that support availability zones.",
3217
)
3218
3219
"show_all",
3220
options_list=["--all"],
3221
3222
help="Show all VM SKU information including those not available for the current subscription.",
3223
3224
0 commit comments