Skip to content

Commit d50eb43

Browse files
authored
Merge pull request Azure#3013 from anavinahar/VNetCmdletsHelp
Fixed typos
2 parents cecc059 + a81c927 commit d50eb43

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

src/ResourceManager/Network/Commands.Network/Microsoft.Azure.Commands.Network.dll-Help.xml

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,7 @@
403403
<maml:description/>
404404
</dev:type>
405405
<maml:description>
406-
<maml:para>
407-
System.String</maml:para>
406+
<maml:para>System.String</maml:para>
408407
</maml:description>
409408
</command:inputType>
410409
</command:inputTypes>
@@ -5175,7 +5174,7 @@ PS C:\&gt; Get-AzureRmLoadBalancer -Name &quot;myLB&quot; -ResourceGroupName &qu
51755174

51765175
PS C:\&gt; $slb | Add-AzureRmLoadBalancerInboundNatRuleConfig -Name &quot;NewNatRule&quot; -FrontendIPConfiguration $slb.FrontendIpConfigurations[0] -Protocol &quot;Tcp&quot; -FrontendPort 3350 -BackendPort 3350 -EnableFloatingIP</dev:code>
51775176
<dev:remarks>
5178-
<maml:para>The first command stores the existing load balancer called &quot;MyloadBalancer&quot; into a varibale called $slb. The second command then adds an Inbound NAT rule configuration with appropriate details. Note that these are chosen as an example and these may change based on one&#39;s loadbalancer.</maml:para>
5177+
<maml:para>The first command stores the existing load balancer called &quot;MyloadBalancer&quot; into a variable called $slb. The second command then adds an Inbound NAT rule configuration with appropriate details. Note that these are chosen as an example and these may change based on one&#39;s loadbalancer.</maml:para>
51795178
<maml:para />
51805179
<maml:para />
51815180
<maml:para>Name : MyLoadBalancer
@@ -5185,13 +5184,13 @@ Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/r
51855184
Etag : W/&quot;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&quot;
51865185
ResourceGuid : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
51875186
ProvisioningState : Succeeded
5188-
Tags :
5187+
Tags :
51895188
FrontendIpConfigurations : []
51905189
BackendAddressPools : []
51915190
LoadBalancingRules : []
51925191
Probes : []
51935192
InboundNatRules : [
5194-
5193+
51955194
{
51965195
&quot;Name&quot;: &quot;NewNatRule&quot;,
51975196
&quot;Etag&quot;: &quot;W/\&quot;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\&quot;&quot;,
@@ -5990,7 +5989,7 @@ InboundNatPools : []</maml:para>
59905989

59915990
PS C:\&gt; $slb | Add-AzureRmLoadBalancerRuleConfig -Name &quot;NewRule&quot; -FrontendIPConfiguration $slb.FrontendIpConfigurations[0] -Protocol &quot;Tcp&quot; -FrontendPort 3350 -BackendPort 3350 -EnableFloatingIP</dev:code>
59925991
<dev:remarks>
5993-
<maml:para>The first command stores the existing load balancer called &quot;MyLoadBalancer&quot; in variable $slb. The second command then adds the rule called &quot;NewRule&quot; with certain specifications.</maml:para>
5992+
<maml:para>The first command stores the existing load balancer called &quot;MyLoadBalancer&quot; in variable $slb. The second command then adds the rule called &quot;NewRule&quot; with certain specifications as shown.</maml:para>
59945993
<maml:para />
59955994
<maml:para />
59965995
<maml:para></maml:para>
@@ -7698,7 +7697,7 @@ Subnets : []</dev:code>
76987697
<command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
76997698
</command:parameter>
77007699
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
7701-
<maml:name>AlloowGatewayTransit</maml:name>
7700+
<maml:name>AllowGatewayTransit</maml:name>
77027701
<maml:description>
77037702
<maml:para>Flag to allow gatewayLinks be used in remote virtual network’s link to this virtual network</maml:para>
77047703
</maml:description>
@@ -7789,7 +7788,7 @@ Subnets : []</dev:code>
77897788
<dev:defaultValue></dev:defaultValue>
77907789
</command:parameter>
77917790
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
7792-
<maml:name>AlloowGatewayTransit</maml:name>
7791+
<maml:name>AllowGatewayTransit</maml:name>
77937792
<maml:description>
77947793
<maml:para>Flag to allow gatewayLinks be used in remote virtual network’s link to this virtual network</maml:para>
77957794
</maml:description>
@@ -13679,7 +13678,7 @@ Id : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/
1367913678
Network/loadBalancers/MyLoadBalancer/frontendIPConfigurations/MyFrontEnd
1368013679
Etag : W/&quot;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&quot;
1368113680
ProvisioningState : Succeeded
13682-
PrivateIpAddress :
13681+
PrivateIpAddress :
1368313682
PrivateIpAllocationMethod : Dynamic
1368413683
Subnet : null
1368513684
PublicIpAddress : {
@@ -13691,7 +13690,7 @@ InboundNatRules : [
1369113690
&quot;Id&quot;: &quot;/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/providers
1369213691
/Microsoft.Network/loadBalancers/MyLoadBalancer/inboundNatRules/MyinboundNatRule1&quot;
1369313692
},
13694-
13693+
1369513694
}
1369613695
]
1369713696
LoadBalancingRules : [
@@ -14025,7 +14024,7 @@ InboundNatPools : []</maml:para>
1402514024

1402614025
PS C:\&gt; Get-AzureRmLoadBalancerInboundNatRuleConfig -Name &quot;MyinboundNatRule1&quot; -LoadBalancer $slb</dev:code>
1402714026
<dev:remarks>
14028-
<maml:para>The first command gets the existing load balancer for which the inbound NAT rule is wanted and stores it in the variable slb. The second command then gets the accodiated NAT rule called MyinboundNatRule1.</maml:para>
14027+
<maml:para>The first command gets the existing load balancer for which the inbound NAT rule is wanted and stores it in the variable slb. The second command then gets the associated NAT rule called MyinboundNatRule1.</maml:para>
1402914028
<maml:para />
1403014029
<maml:para />
1403114030
<maml:para></maml:para>
@@ -23745,7 +23744,7 @@ PS C:\&gt; $lbrule = New-AzureRmLoadBalancerRuleConfig -Name MyLBruleName -Front
2374523744
PS C:\&gt; $lb = New-AzureRmLoadBalancer -Name MyLoadBalancer -ResourceGroupName MyResourceGroup -Location &apos;West US&apos; -FrontendIpConfiguration $frontend -BackendAddressPool $backendAddressPool -Probe $probe -InboundNatRule $inboundNatRule1,$inboundNatRule2 -LoadBalancingRule $lbrule
2374623745
PS C:\&gt; Get-AzureRmLoadBalancer -Name MyLoadBalancer -ResourceGroupName MyResourceGroup</dev:code>
2374723746
<dev:remarks>
23748-
<maml:para>Since deploying a load balancer requires certain objects to be created, this examples shows you how to create them. The second to last command creates a load balancer called MyLoadBalancer within resource group MyResourceGroup. And the last command is a get to ensure it was successfully created. Note that thios example only shows how to create a load balancer and it must be configured using Add-AzureRmVirtualNetworkInterface to assign the NICs to different VMs.</maml:para>
23747+
<maml:para>Since deploying a load balancer requires certain objects to be created, this examples shows you how to create them. The second to last command creates a load balancer called MyLoadBalancer within resource group MyResourceGroup. And the last command is a get to ensure it was successfully created. Note that this example only shows how to create a load balancer and it must be configured using Add-AzureRmVirtualNetworkInterface to assign the NICs to different VMs.</maml:para>
2374923748
<maml:para />
2375023749
<maml:para />
2375123750
<maml:para>Name : MyLoadBalancer
@@ -36877,7 +36876,6 @@ PS C:&gt; Remove-AzureRmLoadBalancerRuleConfig -Name &quot;MyLBruleName&quot; -
3687736876
<dev:code>PS C:\&gt; Remove-AzureRmNetworkSecurityGroup -Name &quot;NSG-FrontEnd&quot; -ResourceGroupName &quot;TestRG&quot;</dev:code>
3687836877
<dev:remarks>
3687936878
<maml:para>This command removes the network security group called &quot;NSG-Frontend&quot; within the resource group &quot;TestRG.&quot;</maml:para>
36880-
<maml:para>Note that a network security group must exist before it can be deleted.</maml:para>
3688136879
<maml:para />
3688236880
<maml:para />
3688336881
<maml:para></maml:para>
@@ -37062,12 +37060,9 @@ PS C:&gt; Remove-AzureRmLoadBalancerRuleConfig -Name &quot;MyLBruleName&quot; -
3706237060

3706337061
PS C:\&gt; $nsg = New-AzureRmNetworkSecurityGroup -ResourceGroupName TestRG -Location westus -Name &quot;NSG-FrontEnd&quot; -SecurityRules $rule1
3706437062

37065-
PS C:\&gt; Remove-AzureRmNetworkSecurityRuleConfig -Name rdp-rule -NetworkSecurityGroup $nsg
37066-
37067-
</dev:code>
37063+
PS C:\&gt; Remove-AzureRmNetworkSecurityRuleConfig -Name rdp-rule -NetworkSecurityGroup $nsg</dev:code>
3706837064
<dev:remarks>
3706937065
<maml:para>The first command creates a network security rule called rdp-rule. The second command assigns this rule to a newly created network security group called &quot;NSG-FrontEnd&quot;. Finally, the third command removes this network security rule associated with the network security group stored in the variable $nsg.</maml:para>
37070-
<maml:para>Note that a rule must be associated with a network security group in order to successfully delete it.</maml:para>
3707137066
<maml:para />
3707237067
<maml:para />
3707337068
<maml:para></maml:para>
@@ -46154,7 +46149,7 @@ PS C:\&gt; $slb | Set-AzureRmLoadBalancerInboundNatRuleConfig -Name &quot;NewNat
4615446149
</maml:introduction>
4615546150
<dev:code>PS C:\&gt; $slb = Get-AzureRmLoadBalancer -Name MyLoadBalancer -ResourceGroupName MyResourceGroup
4615646151

46157-
PS C:\&gt; $slb | Add-AzureRmLoadBalancerProbeConfig -Name &quot;NewProbe&quot; -Protocol http -Port 80 -IntervalInSeconds 15 -ProbeCount 2 -RequestPath healthcheck.aspx
46152+
PS C:\&gt; $slb | Add-AzureRmLoadBalancerProbeConfig -Name &quot;NewProbe&quot; -Protocol http -Port 80 -IntervalInSeconds 15 -ProbeCount 2 -RequestPath healthcheck.aspx
4615846153

4615946154
PS C:\&gt; $slb | Set-AzureRmLoadBalancerProbeConfig -Name &quot;NewProbe&quot; -Port 80 -IntervalInSeconds 15 -ProbeCount 2</dev:code>
4616046155
<dev:remarks>
@@ -48564,8 +48559,7 @@ DnsSettings : {
4856448559
<maml:introduction>
4856548560
<maml:paragraph>PS C:\&gt;</maml:paragraph>
4856648561
</maml:introduction>
48567-
<dev:code>PS C:\&gt;Get-AzureRmRouteTable -ResourceGroupName &quot;ResourceGroup11&quot; -Name &quot;routetable01&quot; | Set-AzureRmRouteConfig -Name &quot;route02&quot; -AddressPrefix 10.4.0.0/16 -NextHopType VnetLocal | Set-AzureRmRouteTable
48568-
</dev:code>
48562+
<dev:code>PS C:\&gt;Get-AzureRmRouteTable -ResourceGroupName &quot;ResourceGroup11&quot; -Name &quot;routetable01&quot; | Set-AzureRmRouteConfig -Name &quot;route02&quot; -AddressPrefix 10.4.0.0/16 -NextHopType VnetLocal | Set-AzureRmRouteTable</dev:code>
4856948563
<dev:remarks>
4857048564
<maml:para>This command gets the route table named routetable01 by using the Get-AzureRmRouteTable cmdlet. The command passes that table to the current cmdlet by using the pipeline operator.</maml:para>
4857148565
<maml:para />
@@ -48771,8 +48765,7 @@ Subnets : []</maml:para>
4877148765
<maml:introduction>
4877248766
<maml:paragraph>PS C:\&gt;</maml:paragraph>
4877348767
</maml:introduction>
48774-
<dev:code>PS C:\&gt;Get-AzureRmRouteTable -ResourceGroupName &quot;ResourceGroup11&quot; -Name &quot;routetable01&quot; | Add-AzureRmRouteConfig -Name &quot;route02&quot; -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRmRouteTable
48775-
</dev:code>
48768+
<dev:code>PS C:\&gt;Get-AzureRmRouteTable -ResourceGroupName &quot;ResourceGroup11&quot; -Name &quot;routetable01&quot; | Add-AzureRmRouteConfig -Name &quot;route02&quot; -AddressPrefix 10.2.0.0/16 -NextHopType VnetLocal | Set-AzureRmRouteTable</dev:code>
4877648769
<dev:remarks>
4877748770
<maml:para>This command gets the route table named routetable01 by using Get-AzureRmRouteTable cmdlet. The command passes that table to the Add-AzureRmRouteConfig cmdlet by using the pipeline operator.</maml:para>
4877848771
<maml:para />
@@ -51958,4 +51951,4 @@ PS C:\&gt; $FirewallConfig = Get-AzureRmApplicationGatewayWebApplicationFirewall
5195851951
</maml:navigationLink>
5195951952
</maml:relatedLinks>
5196051953
</command:command>
51961-
</helpItems>
51954+
</helpItems>

0 commit comments

Comments
 (0)