Skip to content

Commit

Permalink
Azure Firewall Support of Private IP Ranges in IDPS (#18320)
Browse files Browse the repository at this point in the history
* Azure Firewall Support of Private IP Ranges in IDPS

* make sure all arrays have x-ms-identifiers

* FirewallPolicy not Firewall policy

fix spellcheck validation
  • Loading branch information
thebenwaters authored Mar 22, 2022
1 parent 928e98f commit 885cc77
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,14 @@
"$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"
},
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -1957,7 +1965,7 @@
2
],
"x-ms-enum": {
"name": "FirewallpolicyIDPSSignatureDirection",
"name": "FirewallPolicyIDPSSignatureDirection",
"modelAsString": false
}
},
Expand Down

0 comments on commit 885cc77

Please sign in to comment.