Skip to content

Commit 3f3bada

Browse files
authored
Add new tier and sku - Standard_Basic for Application Gateway (#21976)
* Add new tier and sku for standard_basic * spaces
1 parent a85c5ca commit 3f3bada

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2022-07-01/applicationGateway.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,7 @@
12921292
"WAF_Medium",
12931293
"WAF_Large",
12941294
"Standard_v2",
1295+
"Standard_Basic",
12951296
"WAF_v2"
12961297
],
12971298
"x-ms-enum": {
@@ -1306,7 +1307,8 @@
13061307
"Standard",
13071308
"WAF",
13081309
"Standard_v2",
1309-
"WAF_v2"
1310+
"WAF_v2",
1311+
"Standard_Basic"
13101312
],
13111313
"x-ms-enum": {
13121314
"name": "ApplicationGatewayTier",

0 commit comments

Comments
 (0)