diff --git a/src/Automation/Automation/ChangeLog.md b/src/Automation/Automation/ChangeLog.md index 33ab151ffffd..e9d4d092dc0c 100644 --- a/src/Automation/Automation/ChangeLog.md +++ b/src/Automation/Automation/ChangeLog.md @@ -18,6 +18,7 @@ - Additional information about change #1 --> ## Upcoming Release +* Fixed typo in Example 1 in reference documentation for `New-AzAutomationSoftwareUpdateConfiguration` ## Version 1.3.5 * Update references in .psd1 to use relative path diff --git a/src/Automation/Automation/help/New-AzAutomationSoftwareUpdateConfiguration.md b/src/Automation/Automation/help/New-AzAutomationSoftwareUpdateConfiguration.md index d378b0c48213..1df16ed55d05 100644 --- a/src/Automation/Automation/help/New-AzAutomationSoftwareUpdateConfiguration.md +++ b/src/Automation/Automation/help/New-AzAutomationSoftwareUpdateConfiguration.md @@ -63,7 +63,7 @@ New-AzAutomationSoftwareUpdateConfiguration -ResourceGroupName "mygroup" ` -AutomationAccountName "myaccount" ` -Schedule $schedule ` -Windows ` - -AzVMResourceId $targetMachines ` + -AzureVMResourceId $targetMachines ` -IncludedUpdateClassification Critical ` -Duration $duration