From 4575fc1ab9a46d37682ccd73e2eb289cf2a1e439 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 6 Dec 2018 03:13:43 -0500 Subject: [PATCH] fix: Trailing comma causing JSON_PARSING_ERROR --- .../stable/2018-11-19/examples/amlComputeListNodes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/examples/amlComputeListNodes.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/examples/amlComputeListNodes.json index 8d3f4773138c..83082c26ba6e 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/examples/amlComputeListNodes.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/examples/amlComputeListNodes.json @@ -22,7 +22,7 @@ "port": 50001 } ], - "nextLink": "nextLink", + "nextLink": "nextLink" } } }