-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Azure:master' into master
- Loading branch information
Showing
1,226 changed files
with
79,296 additions
and
24,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 89 additions & 0 deletions
89
.script/tests/KqlvalidationsTests/CustomTables/Audit_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"Name": "Audit_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TenantId", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "SourceSystem", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "MG", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ManagementGroupName", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Computer", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "RawData", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "id_d", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "name_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "type_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "content_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "metadata_author_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "metadata_date_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "id_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "auditType_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "user_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "eventTime_t", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "eventInfo_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Category", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Type", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "_ResourceId", | ||
"Type": "string" | ||
} | ||
] | ||
} |
41 changes: 41 additions & 0 deletions
41
.script/tests/KqlvalidationsTests/CustomTables/AwarenessPerformanceDetails.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"Name": "AwarenessPerformanceDetails", | ||
"Properties": [ | ||
{ | ||
"Name": "Email", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Name", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Num of Correct", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "Num of Incorrect", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "Num of Not Watched", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "User Details", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "User State", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Department", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Time Generated", | ||
"Type": "datetime" | ||
} | ||
] | ||
} |
45 changes: 45 additions & 0 deletions
45
.script/tests/KqlvalidationsTests/CustomTables/AwarenessSafeScore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"Name": "AwarenessSafeScoreDetails", | ||
"Properties": [ | ||
{ | ||
"Name": "Email Address", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Name", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Risk", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Human Error", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Sentiment", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Engagement", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Knowledge", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "User State", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Department", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Time Generated", | ||
"Type": "datetime" | ||
} | ||
] | ||
} |
77 changes: 77 additions & 0 deletions
77
.script/tests/KqlvalidationsTests/CustomTables/AwarenessUserData.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"Name": "AwarenessUserData", | ||
"Properties": [ | ||
{ | ||
"Name": "Time Generated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Time Reported", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Name", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Email", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Template Name", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Status", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Num of Campaigns Clicked", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "Num of Campaigns Sent", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "Num of Correct Answers", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "Num of Training Modules Assigned", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "Num of Incorrect Answers", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "User State", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Clicked IP", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Reaction Time", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "Time Opened", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Department", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Time Scheduled", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Time Clicked", | ||
"Type": "datetime" | ||
} | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
.script/tests/KqlvalidationsTests/CustomTables/AwarenessWatchlist.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"Name": "AwarenessWatchlist", | ||
"Properties": [ | ||
{ | ||
"Name": "Email", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Name", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Watchlist Count", | ||
"Type": "real" | ||
}, | ||
{ | ||
"Name": "User State", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Department", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Time Generated", | ||
"Type": "datetime" | ||
} | ||
] | ||
} |
Oops, something went wrong.