From cbd3294d86867a5a433673131743bdcfc16b6c52 Mon Sep 17 00:00:00 2001 From: Robert Zhang Date: Tue, 14 Nov 2017 16:34:29 +0800 Subject: [PATCH] Update three-hns-wincn-ad.json Remove unwanted ',' in the end of line 107 to make the JSON file valid. --- newcluster-templates/three-hns-wincn-ad.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newcluster-templates/three-hns-wincn-ad.json b/newcluster-templates/three-hns-wincn-ad.json index 59536d3..3efe906 100644 --- a/newcluster-templates/three-hns-wincn-ad.json +++ b/newcluster-templates/three-hns-wincn-ad.json @@ -104,7 +104,7 @@ "ComputeNodeOnWindowsServer2012R2", "ComputeNodeOnWindowsServer2016", "ComputeNodeWithExcelOnWindowsServer2012R2", - "ComputeNodeWithExcelOnWindowsServer2016", + "ComputeNodeWithExcelOnWindowsServer2016" ], "metadata": { "description": "The VM image of the compute nodes." @@ -1127,4 +1127,4 @@ "value": "[reference('setupClusterPublicIP').outputs.fqdn.value]" } } -} \ No newline at end of file +}