Skip to content

Commit de7ab79

Browse files
authored
Merge pull request #13971 from ivanliu-microsoft/liubing/change-table-names-for-arg
Update ARG Tables' name to align with those in Tabel Management part.
2 parents 91d54f6 + 9988b15 commit de7ab79

5 files changed

Lines changed: 19 additions & 19 deletions

File tree

Solutions/Azure Resource Graph/Data Connectors/AzureResourceGraph_DataConnectorDefinition.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
"description": "**Entities**",
3333
"items": [
3434
{
35-
"label": "Resources"
35+
"label": "ARGAuthorizationResources"
3636
},
3737
{
38-
"label": "Resource Containers"
38+
"label": "ARGResourceContainers"
3939
},
4040
{
41-
"label": "Authorization Resources"
41+
"label": "ARGResources"
4242
},
4343
{
44-
"label": "Role Definitions"
44+
"label": "ARGRoleDefinitions"
4545
}
4646
]
4747
},

Solutions/Azure Resource Graph/Data/Solution_AzureResourceGraph.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Data Connectors/AzureResourceGraph_DataConnectorDefinition.json"
88
],
99
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Azure Resource Graph",
10-
"Version": "3.0.1",
10+
"Version": "3.0.2",
1111
"Metadata": "SolutionMetadata.json",
1212
"TemplateSpec": true
1313
}
4.42 KB
Binary file not shown.

Solutions/Azure Resource Graph/Package/mainTemplate.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"variables": {
3333
"_solutionName": "Azure Resource Graph",
34-
"_solutionVersion": "3.0.1",
34+
"_solutionVersion": "3.0.2",
3535
"solutionId": "azuresentinel.azure-sentinel-solution-resourcegraph",
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": "Azure Resource Graph data connector with template version 3.0.1",
59+
"description": "Azure Resource Graph data connector with template version 3.0.2",
6060
"mainTemplate": {
6161
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
6262
"contentVersion": "[variables('dataConnectorVersion1')]",
@@ -105,16 +105,16 @@
105105
"description": "**Entities**",
106106
"items": [
107107
{
108-
"label": "Resources"
108+
"label": "ARGAuthorizationResources"
109109
},
110110
{
111-
"label": "Resource Containers"
111+
"label": "ARGResourceContainers"
112112
},
113113
{
114-
"label": "Authorization Resources"
114+
"label": "ARGResources"
115115
},
116116
{
117-
"label": "Role Definitions"
117+
"label": "ARGRoleDefinitions"
118118
}
119119
]
120120
},
@@ -235,16 +235,16 @@
235235
"description": "**Entities**",
236236
"items": [
237237
{
238-
"label": "Resources"
238+
"label": "ARGAuthorizationResources"
239239
},
240240
{
241-
"label": "Resource Containers"
241+
"label": "ARGResourceContainers"
242242
},
243243
{
244-
"label": "Authorization Resources"
244+
"label": "ARGResources"
245245
},
246246
{
247-
"label": "Role Definitions"
247+
"label": "ARGRoleDefinitions"
248248
}
249249
]
250250
},
@@ -262,7 +262,7 @@
262262
"apiVersion": "2023-04-01-preview",
263263
"location": "[parameters('workspace-location')]",
264264
"properties": {
265-
"version": "3.0.1",
265+
"version": "3.0.2",
266266
"kind": "Solution",
267267
"contentSchemaVersion": "3.0.0",
268268
"displayName": "Azure Resource Graph",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------------------------------------------------|
3-
| 3.0.0 | 20-06-2025 | Releasing a new ARG **Data Connector** Solution in Content Hub and Data Connector gallery. |
4-
|-------------|--------------------------------|---------------------------------------------------------------------------------------|
5-
| 3.0.1 | 10-03-2026 | Add a new table ARG Role Definitions for ARG **Data Connector** |
3+
| 3.0.2 | 01-04-2026 | Update all ARG Tables' name to align with those in Table management part |
4+
| 3.0.1 | 10-03-2026 | Add a new table ARG Role Definitions for ARG **Data Connector** |
5+
| 3.0.0 | 20-06-2025 | Releasing a new ARG **Data Connector** Solution in Content Hub and Data Connector gallery. |

0 commit comments

Comments
 (0)