Skip to content

Commit 2b40e9b

Browse files
author
Hovsep Mkrtchyan
committed
Fixed plural in help file.
1 parent 1336843 commit 2b40e9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/Compute/Commands.Compute/help/New-AzureRmVmss.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-AzureRmVmss [-AsJob] [-ResourceGroupName] <String> [-VMScaleSetName] <String
2525
New-AzureRmVmss [-AsJob] [[-ResourceGroupName] <String>] [-VMScaleSetName] <String> [-ImageName <String>]
2626
-Credential <PSCredential> [-InstanceCount <Int32>] [-VirtualNetworkName <String>] [-SubnetName <String>]
2727
[-PublicIpAddressName <String>] [-DomainNameLabel <String>] [-SecurityGroupName <String>]
28-
[-LoadBalancerName <String>] [-BackendPorts <Int32[]>] [-Location <String>] [-VmSize <String>]
28+
[-LoadBalancerName <String>] [-BackendPort <Int32[]>] [-Location <String>] [-VmSize <String>]
2929
[-UpgradePolicyMode <UpgradeMode>] [-AllocationMethod <String>] [-VnetAddressPrefix <String>]
3030
[-SubnetAddressPrefix <String>] [-FrontendPoolName <String>] [-BackendPoolName <String>]
3131
[-Zone <System.Collections.Generic.List`1[System.String]>] [-DefaultProfile <IAzureContextContainer>]
@@ -189,8 +189,8 @@ Accept pipeline input: False
189189
Accept wildcard characters: False
190190
```
191191
192-
### -BackendPorts
193-
{{Fill BackendPorts Description}}
192+
### -BackendPort
193+
{{Fill BackendPort Description}}
194194
195195
```yaml
196196
Type: Int32[]

0 commit comments

Comments
 (0)