Skip to content

Commit

Permalink
{afd}default sku for waf creation (#7715)
Browse files Browse the repository at this point in the history
* default for sku

* changelog

---------

Co-authored-by: Jingnan Xu <[email protected]>
  • Loading branch information
Ptnan7 and Jingnan Xu committed Jun 14, 2024
1 parent 69d6153 commit 9ae13e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/front-door/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Release History
===============
1.2.0
++++++
* change default value of sku in creating waf
1.1.1
++++++
* fix url bugs for US gov, edit new examples for log scurbbing
Expand Down
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
2 changes: 1 addition & 1 deletion src/front-door/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "1.1.1"
VERSION = "1.2.0"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 9ae13e9

Please sign in to comment.