Skip to content

Commit 3b87009

Browse files
committed
Update the markdown file.
1 parent 40d2e44 commit 3b87009

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Creates a local configuration object for a container service.
1414

1515
```
1616
New-AzureRmContainerServiceConfig [[-Location] <String>] [[-Tag] <Hashtable>]
17-
[[-OrchestratorType] <ContainerServiceOchestratorTypes>] [-CustomProfileOrchestrator <String>]
18-
[-ServicePrincipalProfileClientId <String>] [-ServicePrincipalProfileSecret <String>] [[-MasterCount] <Int32>]
17+
[[-OrchestratorType] <ContainerServiceOchestratorTypes>] [[-MasterCount] <Int32>]
1918
[[-MasterDnsPrefix] <String>] [[-AgentPoolProfile] <ContainerServiceAgentPoolProfile[]>]
2019
[[-WindowsProfileAdminUsername] <String>] [[-WindowsProfileAdminPassword] <String>]
21-
[[-AdminUsername] <String>] [[-SshPublicKey] <String[]>] [[-VmDiagnosticsEnabled] <Boolean>] [-WhatIf]
22-
[-Confirm] [<CommonParameters>]
20+
[[-AdminUsername] <String>] [[-SshPublicKey] <String[]>] [[-VmDiagnosticsEnabled] <Boolean>]
21+
[-CustomProfileOrchestrator <String>] [-ServicePrincipalProfileClientId <String>]
22+
[-ServicePrincipalProfileSecret <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Creates a VMSS configuration object.
1313
## SYNTAX
1414

1515
```
16-
New-AzureRmVmssConfig [[-Overprovision] <Boolean>] [-SinglePlacementGroup <Boolean>] [[-Location] <String>]
17-
[[-Tag] <Hashtable>] [[-SkuName] <String>] [[-SkuTier] <String>] [[-SkuCapacity] <Int64>] [-PlanName <String>]
18-
[-PlanPublisher <String>] [-PlanProduct <String>] [-PlanPromotionCode <String>]
19-
[[-UpgradePolicyMode] <UpgradeMode>] [[-OsProfile] <VirtualMachineScaleSetOSProfile>]
20-
[[-StorageProfile] <VirtualMachineScaleSetStorageProfile>]
16+
New-AzureRmVmssConfig [[-Overprovision] <Boolean>] [[-Location] <String>] [[-Tag] <Hashtable>]
17+
[[-SkuName] <String>] [[-SkuTier] <String>] [[-SkuCapacity] <Int64>] [[-UpgradePolicyMode] <UpgradeMode>]
18+
[[-OsProfile] <VirtualMachineScaleSetOSProfile>] [[-StorageProfile] <VirtualMachineScaleSetStorageProfile>]
2119
[[-NetworkInterfaceConfiguration] <VirtualMachineScaleSetNetworkConfiguration[]>]
22-
[[-Extension] <VirtualMachineScaleSetExtension[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
[[-Extension] <VirtualMachineScaleSetExtension[]>] [-SinglePlacementGroup <Boolean>] [-PlanName <String>]
21+
[-PlanPublisher <String>] [-PlanProduct <String>] [-PlanPromotionCode <String>] [-WhatIf] [-Confirm]
22+
[<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION

src/ResourceManager/Compute/Commands.Compute/help/Set-AzureRmVmssStorageProfile.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Sets the storage profile properties for the VMSS.
1515
```
1616
Set-AzureRmVmssStorageProfile [-VirtualMachineScaleSet] <VirtualMachineScaleSet>
1717
[[-ImageReferencePublisher] <String>] [[-ImageReferenceOffer] <String>] [[-ImageReferenceSku] <String>]
18-
[[-ImageReferenceVersion] <String>] [-ImageReferenceId <String>] [[-Name] <String>]
19-
[[-OsDiskCaching] <CachingTypes>] [[-OsDiskCreateOption] <DiskCreateOptionTypes>]
20-
[[-OsDiskOsType] <OperatingSystemTypes>] [[-Image] <String>] [[-VhdContainer] <String[]>]
21-
[-ManagedDisk <StorageAccountTypes>] [-DataDisk <VirtualMachineScaleSetDataDisk[]>] [-WhatIf] [-Confirm]
22-
[<CommonParameters>]
18+
[[-ImageReferenceVersion] <String>] [[-Name] <String>] [[-OsDiskCaching] <CachingTypes>]
19+
[[-OsDiskCreateOption] <DiskCreateOptionTypes>] [[-OsDiskOsType] <OperatingSystemTypes>] [[-Image] <String>]
20+
[[-VhdContainer] <String[]>] [-ImageReferenceId <String>] [-ManagedDisk <StorageAccountTypes>]
21+
[-DataDisk <VirtualMachineScaleSetDataDisk[]>] [-WhatIf] [-Confirm] [<CommonParameters>]
2322
```
2423

2524
## DESCRIPTION

0 commit comments

Comments
 (0)