Skip to content

Commit 0832328

Browse files
committed
Fix bad json
1 parent 49d2ee2 commit 0832328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/2021-01-01/Microsoft.Kusto.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"properties": {
386386
"oneOf": [
387387
{
388-
"$ref": "#/definitions/ScriptsProperties"
388+
"$ref": "#/definitions/ScriptProperties"
389389
},
390390
{
391391
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -834,8 +834,8 @@
834834
},
835835
"continueOnErrors": {
836836
"description": "Flag that indicates whether to continue if one of the command fails.",
837-
"type": "boolean",
838-
},
837+
"type": "boolean"
838+
}
839839
},
840840
"required": [
841841
"scriptUrl",

0 commit comments

Comments
 (0)