Skip to content

Commit d20d191

Browse files
committed
Correcting the parameter name from "-AzVMResourceId" to "-AzureVMResourceId"
1 parent aea26fc commit d20d191

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Automation/Automation/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed typo in Example 1 in reference documentation for `New-AzAutomationSoftwareUpdateConfiguration`
2122

2223
## Version 1.3.5
2324
* Update references in .psd1 to use relative path

src/Automation/Automation/help/New-AzAutomationSoftwareUpdateConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ New-AzAutomationSoftwareUpdateConfiguration -ResourceGroupName "mygroup" `
6363
-AutomationAccountName "myaccount" `
6464
-Schedule $schedule `
6565
-Windows `
66-
-AzVMResourceId $targetMachines `
66+
-AzureVMResourceId $targetMachines `
6767
-IncludedUpdateClassification Critical `
6868
-Duration $duration
6969

0 commit comments

Comments
 (0)