Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"description": "**Entities**",
"items": [
{
"label": "Resources"
"label": "ARGAuthorizationResources"
},
{
"label": "Resource Containers"
"label": "ARGResourceContainers"
},
{
"label": "Authorization Resources"
"label": "ARGResources"
},
{
"label": "Role Definitions"
"label": "ARGRoleDefinitions"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Data Connectors/AzureResourceGraph_DataConnectorDefinition.json"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Azure Resource Graph",
"Version": "3.0.1",
"Version": "3.0.2",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true
}
Binary file not shown.
22 changes: 11 additions & 11 deletions Solutions/Azure Resource Graph/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"variables": {
"_solutionName": "Azure Resource Graph",
"_solutionVersion": "3.0.1",
"_solutionVersion": "3.0.2",
"solutionId": "azuresentinel.azure-sentinel-solution-resourcegraph",
"_solutionId": "[variables('solutionId')]",
"TemplateEmptyArray": "[json('[]')]",
Expand All @@ -56,7 +56,7 @@
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
],
"properties": {
"description": "Azure Resource Graph data connector with template version 3.0.1",
"description": "Azure Resource Graph data connector with template version 3.0.2",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('dataConnectorVersion1')]",
Expand Down Expand Up @@ -105,16 +105,16 @@
"description": "**Entities**",
"items": [
{
"label": "Resources"
"label": "ARGAuthorizationResources"
},
{
"label": "Resource Containers"
"label": "ARGResourceContainers"
},
{
"label": "Authorization Resources"
"label": "ARGResources"
},
{
"label": "Role Definitions"
"label": "ARGRoleDefinitions"
}
]
},
Expand Down Expand Up @@ -235,16 +235,16 @@
"description": "**Entities**",
"items": [
{
"label": "Resources"
"label": "ARGAuthorizationResources"
},
{
"label": "Resource Containers"
"label": "ARGResourceContainers"
},
{
"label": "Authorization Resources"
"label": "ARGResources"
},
{
"label": "Role Definitions"
"label": "ARGRoleDefinitions"
}
]
},
Expand All @@ -262,7 +262,7 @@
"apiVersion": "2023-04-01-preview",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "3.0.1",
"version": "3.0.2",
"kind": "Solution",
"contentSchemaVersion": "3.0.0",
"displayName": "Azure Resource Graph",
Expand Down
6 changes: 3 additions & 3 deletions Solutions/Azure Resource Graph/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------------------------------------------------|
| 3.0.0 | 20-06-2025 | Releasing a new ARG **Data Connector** Solution in Content Hub and Data Connector gallery. |
|-------------|--------------------------------|---------------------------------------------------------------------------------------|
| 3.0.1 | 10-03-2026 | Add a new table ARG Role Definitions for ARG **Data Connector** |
| 3.0.2 | 01-04-2026 | Update all ARG Tables' name to align with those in Table management part |
| 3.0.1 | 10-03-2026 | Add a new table ARG Role Definitions for ARG **Data Connector** |
| 3.0.0 | 20-06-2025 | Releasing a new ARG **Data Connector** Solution in Content Hub and Data Connector gallery. |
Loading