Skip to content

Commit f819011

Browse files
Merge pull request #271893 from michaeltlombardi/fix-mc-example-typo
Fix typo in machine config example
2 parents 50ff1ed + c56c534 commit f819011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/governance/machine-configuration/whats-new/migrating-from-azure-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $getParams = @{
102102
AutomationAccountName = '<your-automation-account-name>'
103103
}
104104
105-
Get-AzAutomationDscConfiguration @params
105+
Get-AzAutomationDscConfiguration @getParams
106106
```
107107

108108
```Output

0 commit comments

Comments
 (0)