From 6215dfaa85008edd1fda707ffd5719f8e6889d1f Mon Sep 17 00:00:00 2001 From: Russ Santos Date: Thu, 6 Jul 2023 11:44:21 -0400 Subject: [PATCH] Add Basic sku to applicationGateway.json --- .../stable/2023-04-01/applicationGateway.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/applicationGateway.json b/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/applicationGateway.json index a475d8f968c0..403ad17428ed 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/applicationGateway.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2023-04-01/applicationGateway.json @@ -1292,7 +1292,8 @@ "WAF_Medium", "WAF_Large", "Standard_v2", - "WAF_v2" + "WAF_v2", + "Basic" ], "x-ms-enum": { "name": "ApplicationGatewaySkuName", @@ -1306,7 +1307,8 @@ "Standard", "WAF", "Standard_v2", - "WAF_v2" + "WAF_v2", + "Basic" ], "x-ms-enum": { "name": "ApplicationGatewayTier", @@ -2300,7 +2302,7 @@ "port": { "type": "integer", "format": "int32", - "description": "Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used. This property is valid for Standard_v2 and WAF_v2 only.", + "description": "Custom port which will be used for probing the backend servers. The valid value ranges from 1 to 65535. In case not set, port from http settings will be used. This property is valid for Basic, Standard_v2 and WAF_v2 only.", "minimum": 1, "maximum": 65535 }