Skip to content

Commit 98794e5

Browse files
committed
acrolinx
1 parent de0136d commit 98794e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/control-flow-switch-activity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Property | Description | Allowed values | Required
6565
name | Name of the switch activity. | String | Yes
6666
type | Must be set to *Switch** | String | Yes
6767
expression | Expression that must evaluate to string value | Expression with result type string | Yes
68-
cases | Set of cases that contain a value and a set of activities to execute when the value is matched to the expression evaluation. Must provide at least one case. There is a max limit of 25 cases. | Array of Case Objects | Yes
69-
defaultActivities | Set of activities that are executed when the expression evaluation is not satisfied. | Array of Activities | Yes
68+
cases | Set of cases that contain a value and a set of activities to execute when the value matches the expression evaluation. Must provide at least one case. There's a max limit of 25 cases. | Array of Case Objects | Yes
69+
defaultActivities | Set of activities that are executed when the expression evaluation isn't satisfied. | Array of Activities | Yes
7070

7171
## Example
7272

@@ -284,7 +284,7 @@ The pipeline sets the **folderPath** to the value of either **outputPath1** or *
284284

285285
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
286286

287-
These commands assume that you have saved the JSON files into the folder: C:\ADF.
287+
These commands assume that you've saved the JSON files into the folder: C:\ADF.
288288

289289
```powershell
290290
Connect-AzAccount

0 commit comments

Comments
 (0)