We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659f2cf commit 6798aebCopy full SHA for 6798aeb
src/ServiceManagement/Network/Commands.Network/NetworkClient.cs
@@ -1180,6 +1180,7 @@ public IEnumerable<GetVirtualNetworkGatewayConnectionContext> ListVirtualNetwork
1180
GatewayConnectionType = connection.GatewayConnectionType,
1181
RoutingWeight = connection.RoutingWeight,
1182
SharedKey = connection.SharedKey,
1183
+ EnableBgp = connection.EnableBgp.ToString(),
1184
};
1185
});
1186
PopulateOperationContext(response.RequestId, connections);
0 commit comments