We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ae9fef + 67362d3 commit db5f1f5Copy full SHA for db5f1f5
src/ResourceManager/Compute/Commands.Compute/ChangeLog.md
@@ -26,6 +26,7 @@
26
* Updated all help files to include full parameter types and correct input/output types.
27
* Update description for Set-AzureRmVMOSDisk
28
* Update Example 1 for Set-AzureRmVMBginfoExtension to correct spelling and prefix.
29
+* Fix parameter description in Save-AzureRmVMImage
30
31
## Version 5.3.0
32
* Add -Tag parameter to Update/New-AzureRmAvailabilitySet
src/ResourceManager/Compute/Commands.Compute/help/Save-AzureRmVMImage.md
@@ -143,7 +143,7 @@ Accept wildcard characters: False
143
```
144
145
### -Path
146
-Specifies the path of the VHD.
+The file path in which the template of the captured image is stored.
147
148
```yaml
149
Type: System.String
0 commit comments