Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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