Skip to content

Commit 6798aeb

Browse files
committed
Add EnableBgp flag to List VirtualNetworkGatewayConnection
1 parent 659f2cf commit 6798aeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceManagement/Network/Commands.Network/NetworkClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,7 @@ public IEnumerable<GetVirtualNetworkGatewayConnectionContext> ListVirtualNetwork
11801180
GatewayConnectionType = connection.GatewayConnectionType,
11811181
RoutingWeight = connection.RoutingWeight,
11821182
SharedKey = connection.SharedKey,
1183+
EnableBgp = connection.EnableBgp.ToString(),
11831184
};
11841185
});
11851186
PopulateOperationContext(response.RequestId, connections);

0 commit comments

Comments
 (0)