From 98a40145230ba287d0aff6730dab70b96541bba3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:07:30 +0000 Subject: [PATCH 1/2] Initial plan From bc9b990fe2ce7dbab81dd1d86c4d4a35c0fb10aa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:11:25 +0000 Subject: [PATCH 2/2] Fix dcrConfig.streamName to use V3 stream name in PollingConfig.json --- .../GitHubAuditLogs_AzStorage/PollingConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/GitHub/Data Connectors/GitHubAuditLogs_AzStorage/PollingConfig.json b/Solutions/GitHub/Data Connectors/GitHubAuditLogs_AzStorage/PollingConfig.json index 1f6b77b0580..3f38bd073e9 100644 --- a/Solutions/GitHub/Data Connectors/GitHubAuditLogs_AzStorage/PollingConfig.json +++ b/Solutions/GitHub/Data Connectors/GitHubAuditLogs_AzStorage/PollingConfig.json @@ -31,7 +31,7 @@ "connectorDefinitionName": "GitHubAuditBlobConnector", "dataType": "GitHubAuditLogsV2_CL", "dcrConfig": { - "streamName": "Custom-GitHubAuditLogs", + "streamName": "Custom-GitHubAuditLogsV3_CL", "dataCollectionEndpoint": "{{dataCollectionEndpoint}}", "dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}" }