From 8cecf45027eb1c84c3c7c0cb697ff27b3e810577 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 18 Apr 2019 20:09:42 +0000 Subject: [PATCH] Generated from 924f82edcf711df9d7d704cc674130792471c4fd Fixed allow Vnet description --- .../network/v2019_02_01/models/virtual_network_peering.py | 7 ++++--- .../v2019_02_01/models/virtual_network_peering_py3.py | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering.py index f205a534f7d6..03873f91c65d 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering.py @@ -17,12 +17,13 @@ class VirtualNetworkPeering(SubResource): :param id: Resource ID. :type id: str - :param allow_virtual_network_access: Whether the VMs in the linked virtual - network space would be able to access all the VMs in local Virtual network + :param allow_virtual_network_access: Whether the VMs in the local virtual + network space would be able to access the VMs in remote virtual network space. :type allow_virtual_network_access: bool :param allow_forwarded_traffic: Whether the forwarded traffic from the VMs - in the remote virtual network will be allowed/disallowed. + in the local virtual network will be allowed/disallowed in remote virtual + network. :type allow_forwarded_traffic: bool :param allow_gateway_transit: If gateway links can be used in remote virtual networking to link to this virtual network. diff --git a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering_py3.py b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering_py3.py index 49643b7036f7..2a6e89247a59 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2019_02_01/models/virtual_network_peering_py3.py @@ -17,12 +17,13 @@ class VirtualNetworkPeering(SubResource): :param id: Resource ID. :type id: str - :param allow_virtual_network_access: Whether the VMs in the linked virtual - network space would be able to access all the VMs in local Virtual network + :param allow_virtual_network_access: Whether the VMs in the local virtual + network space would be able to access the VMs in remote virtual network space. :type allow_virtual_network_access: bool :param allow_forwarded_traffic: Whether the forwarded traffic from the VMs - in the remote virtual network will be allowed/disallowed. + in the local virtual network will be allowed/disallowed in remote virtual + network. :type allow_forwarded_traffic: bool :param allow_gateway_transit: If gateway links can be used in remote virtual networking to link to this virtual network.