Skip to content

Commit 8373415

Browse files
Merge pull request #295935 from tomkerkhove/patch-29
docs(apim): Retry policy cannot have wait policy as child
2 parents 720ead6 + c9480f0 commit 8373415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/api-management/retry-policy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.author: danlep
1616

1717
The `retry` policy executes its child policies once and then retries their execution until the retry `condition` becomes `false` or retry `count` is exhausted.
1818

19+
The `retry` policy may contain any other policies as its child elements, except for `wait` policy.
20+
1921
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
2022

2123

@@ -55,7 +57,7 @@ The `retry` policy executes its child policies once and then retries their execu
5557

5658
## Elements
5759

58-
The `retry` policy may contain any other policies as its child elements.
60+
The `retry` policy may contain any other policies as its child elements, except for `wait` policy.
5961

6062
## Usage
6163

0 commit comments

Comments
 (0)