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 @@ -474,6 +474,10 @@
"items": {
"$ref": "#/definitions/JitNetworkAccessPortRule"
}
},
"publicIpAddress": {
"type": "string",
"description": "Public IP address of the Azure Firewall that is linked to this policy, if applicable"
}
}
},
Expand Down Expand Up @@ -641,6 +645,10 @@
}
]
}
},
"mappedPort": {
"type": "integer",
"description": "The port which is mapped to this port's `number` in the Azure Firewall, if applicable"
}
},
"required": [
Expand Down