Skip to content

Commit 9510234

Browse files
Merge pull request #40750 from gmsantos/patch-1
Use regular quotes
2 parents e6409ae + 247431d commit 9510234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/how-to-create-tumbling-window-trigger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ A tumbling window has the following trigger type properties:
4242
"startTime": "<<datetime>>",
4343
"endTime: <<datetime – optional>>,
4444
"delay": <<timespan – optional>>,
45-
maxConcurrency: <<int>> (required, max allowed: 50),
45+
"maxConcurrency": <<int>> (required, max allowed: 50),
4646
"retryPolicy": {
4747
"count": <<int - optional, default: 0>>,
48-
intervalInSeconds: <<int>>,
48+
"intervalInSeconds": <<int>>,
4949
},
5050
"dependsOn": [
5151
{

0 commit comments

Comments
 (0)