Skip to content

Commit a3a2610

Browse files
committed
review
1 parent be1efb3 commit a3a2610

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/api-management/validate-parameters-policy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ The `validate-parameters` policy validates the header, query, or path parameters
4343
| ----------------- | ------------------------------------------------------ | -------- | ------- |
4444
| specified-parameter-action | [Action](#actions) to perform for request parameters specified in the API schema. <br/><br/> When provided in a `headers`, `query`, or `path` element, the value overrides the value of `specified-parameter-action` in the `validate-parameters` element. Policy expressions are allowed. | Yes | N/A |
4545
| unspecified-parameter-action | [Action](#actions) to perform for request parameters that aren’t specified in the API schema. <br/><br/>When provided in a `headers`or `query` element, the value overrides the value of `unspecified-parameter-action` in the `validate-parameters` element. Policy expressions are allowed. | Yes | N/A |
46-
| errors-variable-name | Name of the variable in `context.Variables` to log validation errors to. | No | N/A |
47-
| name | Name of the parameter to override validation action for. This value is case insensitive. | Yes | N/A |
46+
| errors-variable-name | Name of the variable in `context.Variables` to log validation errors to. Policy expressions aren't allowed. | No | N/A |
4847

4948
## Elements
5049

articles/api-management/wait-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `wait` policy executes its immediate child policies in parallel, and waits f
3131

3232
| Attribute | Description | Required | Default |
3333
| ----------------- | ------------------------------------------------------ | -------- | ------- |
34-
| for | Determines whether the `wait` policy waits for all immediate child policies to be completed or just one. Allowed values are:<br /><br /> - `all` - wait for all immediate child policies to complete<br />- `any` - wait for any immediate child policy to complete. Once the first immediate child policy has completed, the `wait` policy completes and execution of any other immediate child policies is terminated. | No | `all` |
34+
| for | Determines whether the `wait` policy waits for all immediate child policies to be completed or just one. Allowed values are:<br /><br /> - `all` - wait for all immediate child policies to complete<br />- `any` - wait for any immediate child policy to complete. Once the first immediate child policy has completed, the `wait` policy completes and execution of any other immediate child policies is terminated.<br/><br/>Policy expressions are allowed. | No | `all` |
3535

3636

3737
## Elements

0 commit comments

Comments
 (0)