Skip to content

Commit bdf897a

Browse files
ishaniGupta27Ishani Gupta
andauthored
Adding new SKU values (Azure#16112)
* Adding new SKU values * Fixing basic in Tier(not name) Co-authored-by: Ishani Gupta <[email protected]>
1 parent c6af7fb commit bdf897a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/azureFirewall.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,8 @@
10711071
"description": "Tier of an Azure Firewall.",
10721072
"enum": [
10731073
"Standard",
1074-
"Premium"
1074+
"Premium",
1075+
"Basic"
10751076
],
10761077
"x-ms-enum": {
10771078
"name": "AzureFirewallSkuTier",

specification/network/resource-manager/Microsoft.Network/stable/2021-03-01/firewallPolicy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,8 @@
14241424
"description": "Tier of Firewall Policy.",
14251425
"enum": [
14261426
"Standard",
1427-
"Premium"
1427+
"Premium",
1428+
"Basic"
14281429
],
14291430
"x-ms-enum": {
14301431
"name": "FirewallPolicySkuTier",

0 commit comments

Comments
 (0)