Skip to content

Commit 4a2bc6b

Browse files
authored
Merge pull request #281342 from ecfan/postman
[SCOPED] Rename include file and update links
2 parents 39a812c + b010429 commit 4a2bc6b

13 files changed

+15
-15
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To run your workflow by sending an outgoing or outbound request instead, use the
3434

3535
* The logic app workflow where you want to receive the inbound HTTPS request. To start your workflow with a **Request** trigger, you have to start with a blank workflow. To use the Response action, your workflow must start with the **Request** trigger.
3636

37-
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
37+
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
3838

3939
<a name="add-request-trigger"></a>
4040

articles/logic-apps/connectors/sap-create-example-scenario-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Both Standard and Consumption logic app workflows offer the SAP *managed* connec
2222

2323
- Before you start, make sure to [review and meet the SAP connector requirements](sap.md#prerequisites) for your specific scenario.
2424

25-
[!INCLUDE [postman-replacements-bullet](../../../includes/postman-replacements-bullet.md)]
25+
[!INCLUDE [api-test-http-request-tools-bullet](../../../includes/api-test-http-request-tools-bullet.md)]
2626

2727
<a name="receive-messages-sap"></a>
2828

articles/logic-apps/connectors/sap-generate-schemas-for-artifacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Both Standard and Consumption logic app workflows offer the SAP *managed* connec
2929

3030
- If you want to upload your generated schemas to a repository, such as an [integration account](../logic-apps-enterprise-integration-create-integration-account.md), make sure that the repository already exists.
3131

32-
[!INCLUDE [postman-replacements-bullet](../../../includes/postman-replacements-bullet.md)]
32+
[!INCLUDE [api-test-http-request-tools-bullet](../../../includes/api-test-http-request-tools-bullet.md)]
3333

3434
## Generate schemas for an SAP artifact
3535

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In single-tenant Azure Logic Apps, workflows in the same logic app resource and
5555

5656
If you don't have an Office 365 account, you can use [any other available email connector](/connectors/connector-reference/connector-reference-logicapps-connectors) that can send messages from your email account, for example, Outlook.com. If you use a different email connector, you can still follow the example, and the general overall steps are the same. However, your options might differ in some ways. For example, if you use the Outlook.com connector, use your personal Microsoft account instead to sign in.
5757

58-
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
58+
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
5959

6060
* If you create your logic app resource and enable [Application Insights](../azure-monitor/app/app-insights-overview.md), you can optionally enable diagnostics logging and tracing for your logic app. You can do so either when you create your logic app or after deployment. You need to have an Application Insights instance, but you can create this resource either [in advance](../azure-monitor/app/create-workspace-resource.md), when you create your logic app, or after deployment.
6161

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ As you progress, you'll complete these high-level tasks:
230230

231231
1. If you create your logic app resources with settings that support using [Application Insights](../azure-monitor/app/app-insights-overview.md), you can optionally enable diagnostics logging and tracing for your logic app resource. You can do so either when you create your logic app or after deployment. You need to have an Application Insights instance, but you can create this resource either [in advance](../azure-monitor/app/create-workspace-resource.md), when you create your logic app, or after deployment.
232232

233-
1. Install or use a tool that can send HTTP requests, for example:
233+
1. Install or use a tool that can send HTTP requests to test your solution, for example:
234234

235-
[!INCLUDE [postman-replacements](../../includes/postman-replacements.md)]
235+
[!INCLUDE [api-test-http-request-tools](../../includes/api-test-http-request-tools.md)]
236236

237237
<a name="set-up"></a>
238238

articles/logic-apps/logic-apps-enterprise-integration-flatfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For more information, review the following documentation:
6262

6363
So, if you don't have or need an integration account, you can use the upload option. Otherwise, you can use the linking option. Either way, you can use these artifacts across all child workflows within the same logic app resource.
6464

65-
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
65+
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
6666

6767
## Limitations
6868

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For more information, review the following documentation:
6868
> which differs in specific cases from the [Shopify implementation for Liquid](https://shopify.github.io/liquid).
6969
> For more information, see [Liquid template considerations](#liquid-template-considerations).
7070
71-
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
71+
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
7272

7373
<a name="create-template"></a>
7474

articles/logic-apps/logic-apps-http-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This guide shows how to create a callable endpoint for your workflow by adding t
2626

2727
* A logic app workflow where you want to use the **Request** trigger to create the callable endpoint. You can start with either a blank workflow or an existing workflow where you can replace the current trigger. This example starts with a blank workflow.
2828

29-
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
29+
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
3030

3131
## Create a callable endpoint
3232

articles/logic-apps/logic-apps-scenario-edi-send-batch-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Make sure that your batch receiver and batch sender logic app workflows use the
4141

4242
* To use Visual Studio rather than the Azure portal, make sure you [set up Visual Studio for working with Azure Logic Apps](quickstart-create-logic-apps-with-visual-studio.md).
4343

44-
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
44+
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
4545

4646
<a name="receiver"></a>
4747

articles/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For more information, review the following documentation:
3737
- [What is subnet delegation?](../virtual-network/subnet-delegation-overview.md)
3838
- [Add or remove a subnet delegation](../virtual-network/manage-subnet-delegation.md)
3939

40-
[!INCLUDE [postman-replacements-bullet](../../includes/postman-replacements-bullet.md)]
40+
[!INCLUDE [api-test-http-request-tools-bullet](../../includes/api-test-http-request-tools-bullet.md)]
4141

4242
<a name="set-up-inbound"></a>
4343

0 commit comments

Comments
 (0)