Skip to content

Commit

Permalink
Rebase branch on latest upstream/master and resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
anantm-metron committed Dec 3, 2024
1 parent 277e6fe commit 5d46b8f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .script/tests/KqlvalidationsTests/CustomTables/DoppelTable_CL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"Name": "DoppelTable_CL",
"Properties": [
{
"Name": "AlertID",
"Type": "string"
},
{
"Name": "TimeGenerated",
"Type": "datetime"
},
{
"Name": "Timestamp",
"Type": "datetime"
},
{
"Name": "AlertCreated",
"Type": "datetime"
},
{
"Name": "Entity",
"Type": "string"
},
{
"Name": "Severity",
"Type": "string"
},
{
"Name": "QueueState",
"Type": "string"
},
{
"Name": "EntityState",
"Type": "string"
},
{
"Name": "Product",
"Type": "string"
},
{
"Name": "Source",
"Type": "string"
},
{
"Name": "UpdatedBy",
"Type": "string"
},
{
"Name": "AlertLink",
"Type": "string"
}
]
}

0 comments on commit 5d46b8f

Please sign in to comment.