diff --git a/articles/api-management/send-one-way-request-policy.md b/articles/api-management/send-one-way-request-policy.md
index 35a672610a066..bf2fd7ed509d8 100644
--- a/articles/api-management/send-one-way-request-policy.md
+++ b/articles/api-management/send-one-way-request-policy.md
@@ -28,6 +28,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
...
...
+
```
@@ -48,6 +49,7 @@ The `send-one-way-request` policy sends the provided request to the specified UR
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
| authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
+| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No |
| [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No |
diff --git a/articles/api-management/send-request-policy.md b/articles/api-management/send-request-policy.md
index ce6d977a3c4f8..5740d7457de29 100644
--- a/articles/api-management/send-request-policy.md
+++ b/articles/api-management/send-request-policy.md
@@ -29,6 +29,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
...
...
+
...
```
@@ -51,6 +52,7 @@ The `send-request` policy sends the provided request to the specified URL, waiti
| [set-header](set-header-policy.md) | Sets a header in the request. Use multiple `set-header` elements for multiple request headers. | No |
| [set-body](set-body-policy.md) | Sets the body of the request. | No |
| authentication-certificate | [Certificate to use for client authentication](authentication-certificate-policy.md), specified in a `thumbprint` attribute. | No |
+| authentication-managed-identity | [Authenticate with managed identity](authentication-managed-identity-policy.md) to resource specified in `resource` attribute. | No |
| [proxy](proxy-policy.md) | Routes request via HTTP proxy. | No |
## Usage