Skip to content

Commit db5f1f5

Browse files
author
Maddie Clayton
authored
Merge pull request #6779 from Azure/praries880-patch-1
Fixing the description for param `Path`
2 parents 9ae9fef + 67362d3 commit db5f1f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Updated all help files to include full parameter types and correct input/output types.
2727
* Update description for Set-AzureRmVMOSDisk
2828
* Update Example 1 for Set-AzureRmVMBginfoExtension to correct spelling and prefix.
29+
* Fix parameter description in Save-AzureRmVMImage
2930

3031
## Version 5.3.0
3132
* Add -Tag parameter to Update/New-AzureRmAvailabilitySet

src/ResourceManager/Compute/Commands.Compute/help/Save-AzureRmVMImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143143
```
144144
145145
### -Path
146-
Specifies the path of the VHD.
146+
The file path in which the template of the captured image is stored.
147147
148148
```yaml
149149
Type: System.String

0 commit comments

Comments
 (0)