Skip to content

Commit

Permalink
default for sku
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingnan Xu committed Jun 14, 2024
1 parent 69d6153 commit 7b1e406
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
options=["--sku"],
arg_group="Sku",
help="Name of the pricing tier.",
default="Premium_AzureFrontDoor",
enum={"Classic_AzureFrontDoor": "Classic_AzureFrontDoor", "Premium_AzureFrontDoor": "Premium_AzureFrontDoor", "Standard_AzureFrontDoor": "Standard_AzureFrontDoor"},
)
return cls._args_schema
Expand Down

0 comments on commit 7b1e406

Please sign in to comment.