Skip to content

Commit 3c99f0e

Browse files
Merge pull request #233137 from SnehaSudhirG/3Apr-PS71DocUpdate
Added info on array input parameters
2 parents 7bff824 + 826ae9c commit 3c99f0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/automation/runbook-input-parameters.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure runbook input parameters in Azure Automation
33
description: This article tells how to configure runbook input parameters, which allow data to be passed to a runbook when it's started.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 09/22/2021
6+
ms.date: 04/03/2023
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell
99
---
@@ -60,6 +60,11 @@ In this case, you can pass the following value to the parameter.
6060
```powershell
6161
@{"FirstName"="Joe";"MiddleName"="Bob";"LastName"="Smith"}
6262
```
63+
For PowerShell 7.1 runbooks, provide array input parameters in below format:
64+
65+
| **Name** | **Value** |
66+
| --- | --- |
67+
| TESTPARAMETER | does,this,even,work |
6368

6469
> [!NOTE]
6570
> When you do not pass a value to an optional String parameter with a null default value, the value of the parameter is an empty string instead of Null.

0 commit comments

Comments
 (0)