Skip to content

Commit d349653

Browse files
authored
Merge branch 'Azure:master' into gravityzone-solution-v3.0.0-take-2
2 parents a845d85 + 7561afc commit d349653

File tree

204 files changed

+12829
-23277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+12829
-23277
lines changed

.script/tests/KqlvalidationsTests/CustomTables/AIAgentsInfo.json

Lines changed: 32 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -2,108 +2,68 @@
22
"Name": "AIAgentsInfo",
33
"Properties": [
44
{
5-
"name": "Timestamp",
6-
"type": "Datetime"
5+
"Name": "Timestamp",
6+
"Type": "DateTime"
77
},
88
{
9-
"name": "AIAgentId",
10-
"type": "String"
9+
"Name": "AIAgentId",
10+
"Type": "String"
1111
},
1212
{
13-
"name": "AIAgentName",
14-
"type": "String"
13+
"Name": "AIAgentName",
14+
"Type": "String"
1515
},
1616
{
17-
"name": "AgentCreationTime",
18-
"type": "Datetime"
17+
"Name": "AgentStatus",
18+
"Type": "String"
1919
},
2020
{
21-
"name": "CreatorAccountUpn",
22-
"type": "String"
21+
"Name": "AgentCreationTime",
22+
"Type": "DateTime"
2323
},
2424
{
25-
"name": "OwnerAccountUpns",
26-
"type": "String"
25+
"Name": "CreatorAccountUpn",
26+
"Type": "String"
2727
},
2828
{
29-
"name": "LastModifiedByUpn",
30-
"type": "String"
29+
"Name": "OwnerAccountUpns",
30+
"Type": "String"
3131
},
3232
{
33-
"name": "LastModifiedTime",
34-
"type": "Datetime"
33+
"Name": "UserAuthenticationType",
34+
"Type": "String"
3535
},
3636
{
37-
"name": "LastPublishedTime",
38-
"type": "Datetime"
37+
"Name": "AuthenticationTrigger",
38+
"Type": "String"
3939
},
4040
{
41-
"name": "AgentDescription",
42-
"type": "String"
41+
"Name": "AgentToolsDetails",
42+
"Type": "Dynamic"
4343
},
4444
{
45-
"name": "AgentStatus",
46-
"type": "String"
45+
"Name": "AgentTopicsDetails",
46+
"Type": "Dynamic"
4747
},
4848
{
49-
"name": "KnowledgeDetails",
50-
"type": "Dynamic"
49+
"Name": "AccessControlPolicy",
50+
"Type": "String"
5151
},
5252
{
53-
"name": "AgentActionTriggers",
54-
"type": "String"
53+
"Name": "LastModifiedTime",
54+
"Type": "DateTime"
5555
},
5656
{
57-
"name": "RawAgentInfo",
58-
"type": "Dynamic"
57+
"Name": "RawAgentInfo",
58+
"Type": "Dynamic"
5959
},
6060
{
61-
"name": "UserAuthenticationType",
62-
"type": "String"
61+
"Name": "EnvironmentId",
62+
"Type": "String"
6363
},
6464
{
65-
"name": "AuthenticationTrigger",
66-
"type": "String"
67-
},
68-
{
69-
"name": "AccessControlPolicy",
70-
"type": "String"
71-
},
72-
{
73-
"name": "AuthorizedSecurityGroupIds",
74-
"type": "Dynamic"
75-
},
76-
{
77-
"name": "AgentTopicsDetails",
78-
"type": "Dynamic"
79-
},
80-
{
81-
"name": "AgentToolsDetails",
82-
"type": "Dynamic"
83-
},
84-
{
85-
"name": "EnvironmentId",
86-
"type": "String"
87-
},
88-
{
89-
"name": "Platform",
90-
"type": "String"
91-
},
92-
{
93-
"name": "TenantId",
94-
"type": "String"
95-
},
96-
{
97-
"name": "Type",
98-
"type": "String"
99-
},
100-
{
101-
"name": "SourceSystem",
102-
"type": "String"
103-
},
104-
{
105-
"name": "TimeGenerated",
106-
"type": "Datetime"
65+
"Name": "IsGenerativeOrchestrationEnabled",
66+
"Type": "Boolean"
10767
}
10868
]
10969
}

.script/tests/KqlvalidationsTests/CustomTables/ContrastADR_CL.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
{
7777
"Name": "incident_id_s",
7878
"Type": "String"
79+
},
80+
{
81+
"Name": "incidentId_s",
82+
"Type": "String"
7983
},
8084
{
8185
"Name": "codeLocation_file_s",

0 commit comments

Comments
 (0)