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 @@ -1150,11 +1150,11 @@
"properties": {
"allowVirtualNetworkAccess": {
"type": "boolean",
"description": "Whether the VMs in the linked virtual network space would be able to access all the VMs in local Virtual network space."
"description": "Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space."
},
"allowForwardedTraffic": {
"type": "boolean",
"description": "Whether the forwarded traffic from the VMs in the remote virtual network will be allowed/disallowed."
"description": "Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network."

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? The portal notes that "forwarded traffic" does not originate in the local vnet, so "from the VMs" in the local vnet would appear to be wrong.

},
"allowGatewayTransit": {
"type": "boolean",
Expand Down