Skip to content

Commit 1f5709c

Browse files
authored
{AzureAutomation} fixes #19631 (#19674)
fixes #19631 The -parameters argument should be descriptive and should have an example of sample value.
1 parent ecb27a6 commit 1f5709c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Automation/Automation/help/Register-AzAutomationScheduledRunbook.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Specifies a hash table of key/value pairs.
8787
The keys are runbook parameter names.
8888
The values are runbook parameter values.
8989
When the runbook starts in response to the associated schedule, these parameters are passed to the runbook.
90+
Example: -Parameters @{"Key1"="Value1";"Key2"="Value2"}
9091
9192
```yaml
9293
Type: System.Collections.IDictionary

0 commit comments

Comments
 (0)