Skip to content

Commit fc4fe11

Browse files
authored
Merge pull request #14721 from t-gsomu/t-gsomu-entra-eligiblemembers-official
EntraEligibleMembers table to Microsoft Entra ID Assets (3.4.0)
2 parents addb471 + 8f000d0 commit fc4fe11

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

Solutions/Microsoft Entra ID Assets/Data Connectors/EntraIDAssets_DataConnectorDefinition.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
"Preview"
3939
]
4040
},
41+
{
42+
"label": "EntraEligibleMembers",
43+
"tags": [
44+
"Preview"
45+
]
46+
},
4147
{
4248
"label": "EntraGroupMemberships"
4349
},

Solutions/Microsoft Entra ID Assets/Data/Solution_MicrosoftEntraAssets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Data Connectors/EntraIDAssets_DataConnectorDefinition.json"
88
],
99
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Microsoft Entra ID Assets",
10-
"Version": "3.3.1",
10+
"Version": "3.4.0",
1111
"Metadata": "SolutionMetadata.json",
1212
"TemplateSpec": true
1313
}
4.52 KB
Binary file not shown.

Solutions/Microsoft Entra ID Assets/Package/mainTemplate.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"variables": {
3333
"_solutionName": "Microsoft Entra ID Assets",
34-
"_solutionVersion": "3.3.1",
34+
"_solutionVersion": "3.4.0",
3535
"solutionId": "azuresentinel.azure-sentinel-solution-entraidassets",
3636
"_solutionId": "[variables('solutionId')]",
3737
"TemplateEmptyArray": "[json('[]')]",
@@ -56,7 +56,7 @@
5656
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
5757
],
5858
"properties": {
59-
"description": "Microsoft Entra ID Assets data connector with template version 3.3.1",
59+
"description": "Microsoft Entra ID Assets data connector with template version 3.4.0",
6060
"mainTemplate": {
6161
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
6262
"contentVersion": "[variables('dataConnectorVersion1')]",
@@ -111,6 +111,12 @@
111111
"Preview"
112112
]
113113
},
114+
{
115+
"label": "EntraEligibleMembers",
116+
"tags": [
117+
"Preview"
118+
]
119+
},
114120
{
115121
"label": "EntraGroupMemberships"
116122
},
@@ -272,6 +278,12 @@
272278
"Preview"
273279
]
274280
},
281+
{
282+
"label": "EntraEligibleMembers",
283+
"tags": [
284+
"Preview"
285+
]
286+
},
275287
{
276288
"label": "EntraGroupMemberships"
277289
},
@@ -324,7 +336,7 @@
324336
"apiVersion": "2023-04-01-preview",
325337
"location": "[parameters('workspace-location')]",
326338
"properties": {
327-
"version": "3.3.1",
339+
"version": "3.4.0",
328340
"kind": "Solution",
329341
"contentSchemaVersion": "3.0.0",
330342
"displayName": "Microsoft Entra ID Assets",

Solutions/Microsoft Entra ID Assets/ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------------------------------------------------------------------|
3+
| 3.4.0 | 20-07-2026 | Re-added EntraEligibleMembers table (Preview) now that backend ingestion is deployed to all regions |
34
| 3.3.1 | 01-07-2026 | Removed EntraEligibleMembers table (Preview) |
45
| 3.3.0 | 27-06-2026 | Added EntraEligibleMembers table |
56
| 3.1.0 | 22-06-2026 | Added EntraSponsors and EntraOwners tables |

0 commit comments

Comments
 (0)