Skip to content

Commit 826ae9c

Browse files
committed
minor edit
1 parent 4768250 commit 826ae9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/automation/runbook-input-parameters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ In this case, you can pass the following value to the parameter.
6161
@{"FirstName"="Joe";"MiddleName"="Bob";"LastName"="Smith"}
6262
```
6363
For PowerShell 7.1 runbooks, provide array input parameters in below format:
64+
6465
| **Name** | **Value** |
65-
|:--- |:--- |
66+
| --- | --- |
6667
| TESTPARAMETER | does,this,even,work |
6768

6869
> [!NOTE]

0 commit comments

Comments
 (0)