Skip to content

Commit cb66cfc

Browse files
committed
add new property in help xml
1 parent dffa6e4 commit cb66cfc

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

src/ServiceManagement/ExpressRoute/Commands.ExpressRoute/Microsoft.WindowsAzure.Commands.ExpressRoute.dll-help.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,13 @@
10341034
</maml:description>
10351035
<command:parameterValue required="true" variableLength="false">BgpPeeringAccessType</command:parameterValue>
10361036
</command:parameter>
1037+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
1038+
<maml:name>LegacyMode</maml:name>
1039+
<maml:description>
1040+
<maml:para>Legacy mode can be either False or True. False (the default value) sets up a BGP session which advertised no routes. True sets up a BGP session which advertised all routes.</maml:para>
1041+
</maml:description>
1042+
<command:parameterValue required="true" variableLength="false">BgpPeeringAccessType</command:parameterValue>
1043+
</command:parameter>
10371044
</command:syntaxItem>
10381045
</command:syntax>
10391046
<command:parameters>
@@ -1128,6 +1135,19 @@
11281135
<dev:defaultValue>
11291136
</dev:defaultValue>
11301137
</command:parameter>
1138+
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
1139+
<maml:name>LegacyMode</maml:name>
1140+
<maml:description>
1141+
<maml:para>Specifies the legacy mode of the bgp peering.</maml:para>
1142+
</maml:description>
1143+
<command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
1144+
<dev:type>
1145+
<maml:name>UInt32</maml:name>
1146+
<maml:uri />
1147+
</dev:type>
1148+
<dev:defaultValue>
1149+
</dev:defaultValue>
1150+
</command:parameter>
11311151
</command:parameters>
11321152
<command:inputTypes>
11331153
<command:inputType>
@@ -1179,9 +1199,9 @@
11791199
<maml:para>
11801200
</maml:para>
11811201
</maml:introduction>
1182-
<dev:code>PS C:\&gt; C:\PS&gt;New-AzureBGPPeering -ServiceKey "12345678-1234-1234-abcd-1234567890ab" -VlanId 100 -PeerAsn 65014 -PrimaryPeerSubnet "10.0.0.0/30" -SecondaryPeerSubnet "10.0.0.4/30"</dev:code>
1202+
<dev:code>PS C:\&gt; C:\PS&gt;New-AzureBGPPeering -ServiceKey "12345678-1234-1234-abcd-1234567890ab" -VlanId 100 -PeerAsn 65014 -PrimaryPeerSubnet "10.0.0.0/30" -SecondaryPeerSubnet "10.0.0.4/30" -LegacyMode True</dev:code>
11831203
<dev:remarks>
1184-
<maml:para>Creates a new BGP session for an ExpressRoute circuit with service key "12345678-1234-1234-abcd-1234567890ab". The BGP session with AS number 65014 is established on VLAN ID 100.</maml:para>
1204+
<maml:para>Creates a new BGP session for an ExpressRoute circuit with service key "12345678-1234-1234-abcd-1234567890ab". The BGP session with AS number 65014 is established on VLAN ID 100 which advertised all routes for microsoft peering</maml:para>
11851205
</dev:remarks>
11861206
<command:commandLines>
11871207
<command:commandLine>

0 commit comments

Comments
 (0)