Mauricio Dominguez
Mauricio Dominguez
A sample template could be as such: ``` { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "profileName": { "defaultValue": "", "type": "String" }, "endpointOne": { "defaultValue": "/subscriptions//resourceGroups/endpointOneResourceGroupName/providers/Microsoft.Web/sites/", "type": "String" } //...
I just ran into this same issue, when comparing two `JObject`s, did you ever find a solution @Ynhockey ?