Skip to content

Commit 44b96ef

Browse files
author
Sean Wheeler
authored
Fix parameter set name
Changed StrategyParamerSet to SimpleParameterSet in description section
1 parent cd0497d commit 44b96ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This cmdlet takes a virtual machine object as input.
4646
Use the New-AzureRmVMConfig cmdlet to create a virtual machine object.
4747
Other cmdlets can be used to configure the virtual machine, such as Set-AzureRmVMOperatingSystem, Set-AzureRmVMSourceImage, Add-AzureRmVMNetworkInterface, and Set-AzureRmVMOSDisk.
4848

49-
The `StrategyParameterSet` provides a convenient method to create a VM by making common VM creation arguments optional.
49+
The `SimpleParameterSet` provides a convenient method to create a VM by making common VM creation arguments optional.
5050

5151
## EXAMPLES
5252

0 commit comments

Comments
 (0)