Skip to content

Commit 1d18cfd

Browse files
nschonniamarzavery
authored andcommitted
fix: Trailing comma causing JSON_PARSING_ERROR (#4815)
1 parent 78e8a47 commit 1d18cfd

File tree

1 file changed

+1
-1
lines changed
  • specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/examples

1 file changed

+1
-1
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/examples/amlComputeListNodes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"port": 50001
2323
}
2424
],
25-
"nextLink": "nextLink",
25+
"nextLink": "nextLink"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)