Skip to content

Commit 3e27460

Browse files
committed
Merge branch 'users/v-dhbedu/GoogleMeetEventsFix' of https://github.com/dhanunjaya1054/dhanu-AzureSentinel into users/v-dhbedu/GoogleMeetEventsFix
2 parents 1d5a5e8 + 0a619af commit 3e27460

78 files changed

Lines changed: 3957 additions & 2228 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
{
2+
"Name": "AgentsInfo",
3+
"Properties": [
4+
{
5+
"Name": "Timestamp",
6+
"Type": "DateTime"
7+
},
8+
{
9+
"Name": "AgentId",
10+
"Type": "String"
11+
},
12+
{
13+
"Name": "Name",
14+
"Type": "String"
15+
},
16+
{
17+
"Name": "Platform",
18+
"Type": "String"
19+
},
20+
{
21+
"Name": "Description",
22+
"Type": "String"
23+
},
24+
{
25+
"Name": "Version",
26+
"Type": "String"
27+
},
28+
{
29+
"Name": "SourceAgentId",
30+
"Type": "String"
31+
},
32+
{
33+
"Name": "EntraAgentID",
34+
"Type": "String"
35+
},
36+
{
37+
"Name": "EntraBlueprintID",
38+
"Type": "String"
39+
},
40+
{
41+
"Name": "ToolsAuthenticationType",
42+
"Type": "String"
43+
},
44+
{
45+
"Name": "Permissions",
46+
"Type": "Dynamic"
47+
},
48+
{
49+
"Name": "PublishedStatus",
50+
"Type": "String"
51+
},
52+
{
53+
"Name": "LifecycleStatus",
54+
"Type": "String"
55+
},
56+
{
57+
"Name": "Availability",
58+
"Type": "String"
59+
},
60+
{
61+
"Name": "CreatedDateTime",
62+
"Type": "DateTime"
63+
},
64+
{
65+
"Name": "LastPublishedDateTime",
66+
"Type": "DateTime"
67+
},
68+
{
69+
"Name": "LastUpdatedDateTime",
70+
"Type": "DateTime"
71+
},
72+
{
73+
"Name": "Owners",
74+
"Type": "Dynamic"
75+
},
76+
{
77+
"Name": "SharedWith",
78+
"Type": "Dynamic"
79+
},
80+
{
81+
"Name": "InstanceCount",
82+
"Type": "Long"
83+
},
84+
{
85+
"Name": "Instructions",
86+
"Type": "String"
87+
},
88+
{
89+
"Name": "Model",
90+
"Type": "String"
91+
},
92+
{
93+
"Name": "Channels",
94+
"Type": "Dynamic"
95+
},
96+
{
97+
"Name": "Capabilities",
98+
"Type": "Dynamic"
99+
},
100+
{
101+
"Name": "DeclaredDataSources",
102+
"Type": "Dynamic"
103+
},
104+
{
105+
"Name": "DeclaredTools",
106+
"Type": "Dynamic"
107+
},
108+
{
109+
"Name": "McpServers",
110+
"Type": "Dynamic"
111+
},
112+
{
113+
"Name": "Skills",
114+
"Type": "Dynamic"
115+
},
116+
{
117+
"Name": "ConnectedAgents",
118+
"Type": "Dynamic"
119+
},
120+
{
121+
"Name": "Memory",
122+
"Type": "Dynamic"
123+
},
124+
{
125+
"Name": "Triggers",
126+
"Type": "Dynamic"
127+
},
128+
{
129+
"Name": "Guardrails",
130+
"Type": "Dynamic"
131+
},
132+
{
133+
"Name": "Endpoints",
134+
"Type": "Dynamic"
135+
},
136+
{
137+
"Name": "ObservabilityID",
138+
"Type": "String"
139+
},
140+
{
141+
"Name": "RawAgentInfo",
142+
"Type": "Dynamic"
143+
},
144+
{
145+
"Name": "TenantId",
146+
"Type": "String"
147+
},
148+
{
149+
"Name": "Type",
150+
"Type": "String"
151+
},
152+
{
153+
"Name": "SourceSystem",
154+
"Type": "String"
155+
},
156+
{
157+
"Name": "TimeGenerated",
158+
"Type": "DateTime"
159+
}
160+
]
161+
}

DataConnectors/DocuSign-SecurityEvents/AzureFunctionDocuSignMonitor/DocuSignMonitorTimerTrigger/run.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<#
22
Title: DocuSign Security Events Data Connector
33
Language: PowerShell
4-
Version: 2.1
4+
Version: 2.3
55
Author: Sreedhar Ande
6-
Last Modified: 3/31/2023
6+
Last Modified: 6/25/2026
77
Comment: V2 re-designed;
88
Ingests Security Events for your DocuSign account into Azure Log Analytics Workspace using DocuSign Monitor REST API
99
Ingests DocuSign Account Users into Azure Log Analytics Workspace using DocuSign Users REST API

DataConnectors/DocuSign-SecurityEvents/AzureFunctionDocuSignMonitor/requirements.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# See https://aka.ms/functionsmanageddependency for additional information.
33
#
44
@{
5-
'Az' = '5.*'
5+
'Az' = '11.*'
66
'AzTable' = '2.*'
77
}

DataConnectors/DocuSign-SecurityEvents/CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.3
2+
- Updated Az module from 5.* to 11.* to resolve compatibility issues with Azure Functions PowerShell 7.2+ runtime
3+
- Fixes GitHub issue #14389: Module load failures for Connect-AzAccount, New-AzStorageContext, Get-AzStorageBlob
4+
- Updated script version and last modified date
5+
16
## 2.2
27
- Updated path for key file
38

Hunting Queries/AI Agents/A365 Connector/AIAgentsHTTPNonHTTPS.yaml

Lines changed: 0 additions & 57 deletions
This file was deleted.

Hunting Queries/AI Agents/A365 Connector/AIAgentsHTTPNonStandardPorts.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.

Hunting Queries/AI Agents/A365 Connector/AIAgentsHardCodedCredentials.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)