Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
pim-simons committed Jan 20, 2022
1 parent a95d03d commit cc9802c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<details>

<summary>An example of this file</summary>

```json
{
"name": "MyAgreement",
Expand Down Expand Up @@ -560,4 +562,5 @@ The agreement definition is the JSON representation of your agreement, this JSON
}
}
```
</details>

</details>

0 comments on commit cc9802c

Please sign in to comment.