From 47e920c1fb9f634d740d1100c42bc8dc01feaeb5 Mon Sep 17 00:00:00 2001 From: Ben Waters Date: Mon, 7 Feb 2022 17:03:50 +0200 Subject: [PATCH 1/3] Azure Firewall Support of Private IP Ranges in IDPS --- .../stable/2021-08-01/firewallPolicy.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json index 7bb0e9d18ffa..80d5ab19ed3c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json @@ -1652,6 +1652,13 @@ "$ref": "#/definitions/FirewallPolicyIntrusionDetectionBypassTrafficSpecifications" }, "x-ms-identifiers": [] + }, + "privateIpRanges": { + "type": "array", + "description": "IDPS Private IP address ranges are used to identify traffic direction (i.e. inbound, outbound, etc.). By default, only ranges defined by IANA RFC 1918 are considered private IP addresses. To modify default ranges, specify your Private IP address ranges with this property", + "items": { + "type": "string" + } } } }, From c9fa3d2e388fc723b741151feab593085f677c46 Mon Sep 17 00:00:00 2001 From: Ben Waters Date: Sun, 20 Mar 2022 15:10:20 +0200 Subject: [PATCH 2/3] make sure all arrays have x-ms-identifiers --- .../Microsoft.Network/stable/2021-08-01/firewallPolicy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json index 80d5ab19ed3c..a1f021ab8ba1 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json @@ -1658,7 +1658,8 @@ "description": "IDPS Private IP address ranges are used to identify traffic direction (i.e. inbound, outbound, etc.). By default, only ranges defined by IANA RFC 1918 are considered private IP addresses. To modify default ranges, specify your Private IP address ranges with this property", "items": { "type": "string" - } + }, + "x-ms-identifiers": [] } } }, From 2c6c7d0664508cce263aba10009a3ba64de1ae3c Mon Sep 17 00:00:00 2001 From: Ben Eshed Date: Mon, 21 Mar 2022 09:26:36 +0200 Subject: [PATCH 3/3] FirewallPolicy not Firewall policy fix spellcheck validation --- .../Microsoft.Network/stable/2021-08-01/firewallPolicy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json index a1f021ab8ba1..443290d6abde 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-08-01/firewallPolicy.json @@ -1965,7 +1965,7 @@ 2 ], "x-ms-enum": { - "name": "FirewallpolicyIDPSSignatureDirection", + "name": "FirewallPolicyIDPSSignatureDirection", "modelAsString": false } },