Skip to content

Commit 949189e

Browse files
authored
Update New-AzAutomationSoftwareUpdateConfiguration.md
1 parent 9c62a26 commit 949189e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ New-AzAutomationSoftwareUpdateConfiguration -ResourceGroupName "mygroup" `
5757
-AutomationAccountName "myaccount" `
5858
-Schedule $schedule `
5959
-Windows `
60-
-AzVMResourceIds $targetMachines `
61-
-IncludedUpdateClassifications Critical `
60+
-AzVMResourceId $targetMachines `
61+
-IncludedUpdateClassification Critical `
6262
-Duration $duration
6363
6464
UpdateConfiguration : Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateConfiguration

0 commit comments

Comments
 (0)