Brian Stringfellow
Brian Stringfellow
The example file at the following location is setting a property that does not exist in the specification. https://github.com/Azure/azure-quickstart-templates/blob/1b42962505bf034f3f11567a1566a23b1337b0af/quickstarts/microsoft.servicebus/servicebus-topic/azuredeploy.json#L41 ``` { "apiVersion": "2018-01-01-preview", "name": "[parameters('serviceBusNamespaceName')]", "type": "Microsoft.ServiceBus/namespaces", "location": "[parameters('location')]", "properties":...
I was attempting to create a `sequenceDiagram` that uses a `box`. When I enter the following diagram code, the renderer displays a 'Syntax error in graph' message and shows the...