Skip to content

Commit

Permalink
Merge pull request Azure#11784 from Azure/v-prasadboke-GA
Browse files Browse the repository at this point in the history
Moving connectors of Solutions from public preview to GA
  • Loading branch information
v-prasadboke authored Feb 11, 2025
2 parents 55e38c1 + ab09efb commit de87245
Show file tree
Hide file tree
Showing 18 changed files with 138 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"properties": {
"connectorUiConfig": {
"id": "Auth0ConnectorCCPDefinition",
"title": "Auth0 Logs (Preview)",
"title": "Auth0 Logs",
"publisher": "Microsoft",
"descriptionMarkdown": "The [Auth0](https://auth0.com/docs/api/management/v2/logs/get-logs) data connector allows ingesting logs from Auth0 API into Microsoft Sentinel. The data connector is built on Microsoft Sentinel Codeless Connector Platform. It uses Auth0 API to fetch logs and it supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received security data into a custom table so that queries don't need to parse it again, thus resulting in better performance.",
"graphQueries": [
Expand Down
2 changes: 1 addition & 1 deletion Solutions/Auth0/Data Connectors/Auth0_FunctionApp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "Auth0",
"title": "Auth0 Access Management(using Azure Function)",
"title": "Auth0 Access Management",
"publisher": "Auth0",
"descriptionMarkdown": "The [Auth0 Access Management](https://auth0.com/access-management) data connector provides the capability to ingest [Auth0 log events](https://auth0.com/docs/api/management/v2/#!/Logs/get_logs) into Microsoft Sentinel",
"additionalRequirementBanner": "These queries are dependent on a parser based on a Kusto Function deployed as part of the solution.",
Expand Down
Binary file added Solutions/Auth0/Package/3.1.2.zip
Binary file not shown.
46 changes: 23 additions & 23 deletions Solutions/Auth0/Package/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"email": "[email protected]",
"_email": "[variables('email')]",
"_solutionName": "Auth0",
"_solutionVersion": "3.1.1",
"_solutionVersion": "3.1.2",
"solutionId": "azuresentinel.azure-sentinel-solution-auth0",
"_solutionId": "[variables('solutionId')]",
"uiConfigId1": "Auth0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
],
"properties": {
"description": "Auth0 data connector with template version 3.1.1",
"description": "Auth0 data connector with template version 3.1.2",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('dataConnectorVersion1')]",
Expand All @@ -108,7 +108,7 @@
"properties": {
"connectorUiConfig": {
"id": "[variables('_uiConfigId1')]",
"title": "Auth0 Access Management(using Azure Function) (using Azure Functions)",
"title": "Auth0 Access Management (using Azure Functions)",
"publisher": "Auth0",
"descriptionMarkdown": "The [Auth0 Access Management](https://auth0.com/access-management) data connector provides the capability to ingest [Auth0 log events](https://auth0.com/docs/api/management/v2/#!/Logs/get_logs) into Microsoft Sentinel",
"additionalRequirementBanner": "These queries are dependent on a parser based on a Kusto Function deployed as part of the solution.",
Expand Down Expand Up @@ -279,7 +279,7 @@
"contentSchemaVersion": "3.0.0",
"contentId": "[variables('_dataConnectorContentId1')]",
"contentKind": "DataConnector",
"displayName": "Auth0 Access Management(using Azure Function) (using Azure Functions)",
"displayName": "Auth0 Access Management (using Azure Functions)",
"contentProductId": "[variables('_dataConnectorcontentProductId1')]",
"id": "[variables('_dataConnectorcontentProductId1')]",
"version": "[variables('dataConnectorVersion1')]"
Expand Down Expand Up @@ -323,7 +323,7 @@
"kind": "GenericUI",
"properties": {
"connectorUiConfig": {
"title": "Auth0 Access Management(using Azure Function) (using Azure Functions)",
"title": "Auth0 Access Management (using Azure Functions)",
"publisher": "Auth0",
"descriptionMarkdown": "The [Auth0 Access Management](https://auth0.com/access-management) data connector provides the capability to ingest [Auth0 log events](https://auth0.com/docs/api/management/v2/#!/Logs/get_logs) into Microsoft Sentinel",
"graphQueries": [
Expand Down Expand Up @@ -454,7 +454,7 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnectorDefinition2')]",
"displayName": "Auth0 Logs (Preview)",
"displayName": "Auth0 Logs",
"contentKind": "DataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
Expand All @@ -471,7 +471,7 @@
"properties": {
"connectorUiConfig": {
"id": "Auth0ConnectorCCPDefinition",
"title": "Auth0 Logs (Preview)",
"title": "Auth0 Logs",
"publisher": "Microsoft",
"descriptionMarkdown": "The [Auth0](https://auth0.com/docs/api/management/v2/logs/get-logs) data connector allows ingesting logs from Auth0 API into Microsoft Sentinel. The data connector is built on Microsoft Sentinel Codeless Connector Platform. It uses Auth0 API to fetch logs and it supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received security data into a custom table so that queries don't need to parse it again, thus resulting in better performance.",
"graphQueries": [
Expand Down Expand Up @@ -852,7 +852,7 @@
"properties": {
"connectorUiConfig": {
"id": "Auth0ConnectorCCPDefinition",
"title": "Auth0 Logs (Preview)",
"title": "Auth0 Logs",
"publisher": "Microsoft",
"descriptionMarkdown": "The [Auth0](https://auth0.com/docs/api/management/v2/logs/get-logs) data connector allows ingesting logs from Auth0 API into Microsoft Sentinel. The data connector is built on Microsoft Sentinel Codeless Connector Platform. It uses Auth0 API to fetch logs and it supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parses the received security data into a custom table so that queries don't need to parse it again, thus resulting in better performance.",
"graphQueries": [
Expand Down Expand Up @@ -1001,14 +1001,24 @@
],
"properties": {
"contentId": "[variables('_dataConnectorContentIdConnections2')]",
"displayName": "Auth0 Logs (Preview)",
"displayName": "Auth0 Logs",
"contentKind": "ResourcesDataConnector",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('dataConnectorCCPVersion')]",
"parameters": {
"ClientId": {
"defaultValue": "-NA-",
"type": "securestring",
"minLength": 4
},
"ClientSecret": {
"defaultValue": "-NA-",
"type": "securestring",
"minLength": 4
},
"connectorDefinitionName": {
"defaultValue": "Auth0 Logs (Preview)",
"defaultValue": "Auth0 Logs",
"type": "string",
"minLength": 1
},
Expand All @@ -1027,16 +1037,6 @@
"defaultValue": "Domain",
"type": "string",
"minLength": 1
},
"ClientId": {
"defaultValue": "ClientId",
"type": "string",
"minLength": 1
},
"ClientSecret": {
"defaultValue": "ClientSecret",
"type": "securestring",
"minLength": 1
}
},
"variables": {
Expand Down Expand Up @@ -1136,7 +1136,7 @@
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
],
"properties": {
"description": "Auth0AM Data Parser with template version 3.1.1",
"description": "Auth0AM Data Parser with template version 3.1.2",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('parserObject1').parserVersion1]",
Expand Down Expand Up @@ -1268,7 +1268,7 @@
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
],
"properties": {
"description": "Auth0 Data Parser with template version 3.1.1",
"description": "Auth0 Data Parser with template version 3.1.2",
"mainTemplate": {
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "[variables('parserObject2').parserVersion2]",
Expand Down Expand Up @@ -1396,7 +1396,7 @@
"apiVersion": "2023-04-01-preview",
"location": "[parameters('workspace-location')]",
"properties": {
"version": "3.1.1",
"version": "3.1.2",
"kind": "Solution",
"contentSchemaVersion": "3.0.0",
"displayName": "Auth0",
Expand Down
7 changes: 4 additions & 3 deletions Solutions/Auth0/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|--------------------------------------------------------|
| 3.1.1 | 22-01-2025 | Added Preview tag to CCP **Data Connector**|
| 3.1.0 | 13-12-2024 | Added new CCP **Data Connector** to the Solution |
| 3.1.2 | 10-02-2025 | Advancing CCP **Data Connector** from Public preview to Global Availability. |
| 3.1.1 | 22-01-2025 | Added Preview tag to CCP **Data Connector** |
| 3.1.0 | 13-12-2024 | Added new CCP **Data Connector** to the Solution |
| 3.0.0 | 24-08-2024 | Updated the **Data Connector** Function app python runtime version to 3.11 |
| | 11-12-2023 | Added new **Parser** (Auth0AM) |
| | 11-12-2023 | Added new **Parser** (Auth0AM) |

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"properties": {
"connectorUiConfig": {
"id": "BoxEventsCCPDefinition",
"title": "Box Events (CCP) (Preview)",
"title": "Box Events (CCP)",
"publisher": "Microsoft",
"descriptionMarkdown": "The Box data connector provides the capability to ingest [Box enterprise's events](https://developer.box.com/guides/events/#admin-events) into Microsoft Sentinel using the Box REST API. Refer to [Box documentation](https://developer.box.com/guides/events/enterprise-events/for-enterprise/) for more information.",
"graphQueriesTableName": "BoxEventsV2_CL",
Expand Down
Binary file added Solutions/Box/Package/3.1.1.zip
Binary file not shown.
Loading

0 comments on commit de87245

Please sign in to comment.