From cc9802c8e8259f832da167ca6dd3cf9e1145e328 Mon Sep 17 00:00:00 2001 From: Pim Simons Date: Thu, 20 Jan 2022 09:42:39 +0100 Subject: [PATCH] add newlines --- .../02-Features/powershell/azure-integration-account.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/preview/02-Features/powershell/azure-integration-account.md b/docs/preview/02-Features/powershell/azure-integration-account.md index 3fd4f9a5..3382be2a 100644 --- a/docs/preview/02-Features/powershell/azure-integration-account.md +++ b/docs/preview/02-Features/powershell/azure-integration-account.md @@ -407,7 +407,9 @@ PS> Set-AzIntegrationAccountAgreements -ResourceGroupName 'my-resource-group' -N The agreement definition is the JSON representation of your agreement, this JSON definition can also be viewed in the Azure Portal using https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-agreements#edit-an-agreement and clicking on `Edit as JSON`.
+ An example of this file + ```json { "name": "MyAgreement", @@ -560,4 +562,5 @@ The agreement definition is the JSON representation of your agreement, this JSON } } ``` -
\ No newline at end of file + +