Skip to content

Commit 7e78095

Browse files
authored
Merge pull request #6696 from MrRoundRobin/patch-3
Fixed typo in Set-AzureRmVMOSDisk.md
2 parents 5c28b7e + 6bde857 commit 7e78095

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* Update example for New-AzureRmDisk
2323
* Add example for `New-AzureRmVM`
2424
* Updated help files to include full parameter types.
25+
* Update description for Set-AzureRmVMOSDisk
2526

2627
## Version 5.3.0
2728
* Add -Tag parameter to Update/New-AzureRmAvailabilitySet

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ Valid values are:
152152
Specify this option to create a virtual machine from a specialized disk.
153153
When you specify this option, do not specify the *SourceImageUri* parameter.
154154
Instead, use the Set-AzureRmVMSourceImage cmdlet.
155-
You must also use the use the *Windows* or *Linux* parameters to tell the azure2 platform the type of the operating system on the VHD.
156-
The *VhdUri* parameter is enough to tell the azure2 platform the location of the disk to attach.
155+
You must also use the use the *Windows* or *Linux* parameters to tell the azure platform the type of the operating system on the VHD.
156+
The *VhdUri* parameter is enough to tell the azure platform the location of the disk to attach.
157157
- FromImage.
158158
Specify this option to create a virtual machine from a platform image or a generalized user image.
159159
In the case of a generalized user image, you also need to specify the *SourceImageUri* parameter and either the *Windows* or *Linux* parameters to tell the Azure platform the location and type of the operating system disk VHD instead of using the **Set-AzureRmVMSourceImage** cmdlet.

0 commit comments

Comments
 (0)