Skip to content

BlueVoyant Anthropic ClaudeCompliance v3.0.0#14446

Merged
v-dvedak merged 2 commits into
Azure:masterfrom
TSwaimBV:solution/azure-sentinel-solution-bv-claudecompliance-3-0-0
Jun 17, 2026
Merged

BlueVoyant Anthropic ClaudeCompliance v3.0.0#14446
v-dvedak merged 2 commits into
Azure:masterfrom
TSwaimBV:solution/azure-sentinel-solution-bv-claudecompliance-3-0-0

Conversation

@TSwaimBV

@TSwaimBV TSwaimBV commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The BlueVoyant Anthropic Claude Compliance solution for Microsoft Sentinel ingests compliance activity data from the Anthropic Claude Compliance API into your workspace. Using a Codeless Connector Framework (CCF) data connector, it continuously collects compliance events into the BV_ClaudeCompliance_ComplianceActivities_CL table for monitoring, hunting, and detection.

Change(s):

  • New Solution

Reason for Change(s):

  • New Solution

Testing Completed:

  • Yes - Passed the Microsoft Sentinel solution packaging tool validation step.
  • Yes - Passed Microsoft arm-ttk template technical validation.

@TSwaimBV TSwaimBV requested review from a team as code owners June 9, 2026 17:23
@TSwaimBV

TSwaimBV commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree company="Bluevoyant"

@TSwaimBV TSwaimBV force-pushed the solution/azure-sentinel-solution-bv-claudecompliance-3-0-0 branch from b1231bc to 697bcd7 Compare June 10, 2026 15:04
@TSwaimBV

Copy link
Copy Markdown
Contributor Author

Logo file has been updated with true SVG. Thank you.

@TSwaimBV TSwaimBV force-pushed the solution/azure-sentinel-solution-bv-claudecompliance-3-0-0 branch from 697bcd7 to b1ae1d3 Compare June 11, 2026 15:48
@TSwaimBV

Copy link
Copy Markdown
Contributor Author

SVG Logo updated to remove data-name tag

@v-maheshbh v-maheshbh requested a review from Copilot June 12, 2026 05:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new Microsoft Sentinel solution package for BlueVoyant Anthropic Claude Compliance (v3.0.0), including metadata, release notes, a CCF (RestApiPoller) data connector, and packaged deployment artifacts.

Changes:

  • Added solution metadata + release notes + README for the new solution.
  • Added solution definition JSON and CCF data connector resources (definition, poller, DCR, table).
  • Added packaged ARM template artifacts (mainTemplate.json, createUiDefinition.json, testParameters.json).

Reviewed changes

Copilot reviewed 11 out of 13 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/SolutionMetadata.json Introduces offer/publisher metadata, categories, and support info for the solution.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/ReleaseNotes.md Adds initial release notes entry for v3.0.0.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/README.md Adds basic solution description and support details.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Package/testParameters.json Adds ARM test parameters used for template validation/deployment testing.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Package/mainTemplate.json Adds the packaged ARM template deploying connector resources, DCR, and custom table.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Package/createUiDefinition.json Adds the packaged UI definition for solution installation in Azure portal.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Data/Solution_BlueVoyant-Anthropic-ClaudeCompliance.json Defines solution contents/version and references the data connector definition.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Data Connectors/BV-ClaudeCompliance_ccf/table.json Defines the custom table schema for collected compliance activities.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Data Connectors/BV-ClaudeCompliance_ccf/dcr.json Defines the Data Collection Rule and transform for the custom stream/table.
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Data Connectors/BV-ClaudeCompliance_ccf/dataConnectorPoller.json Defines the RestApiPoller connector instance configuration (endpoint/auth/paging).
Solutions/BlueVoyant-Anthropic-ClaudeCompliance/Data Connectors/BV-ClaudeCompliance_ccf/dataConnectorDefinition.json Defines the connector UI and metadata shown in Microsoft Sentinel.

Comment thread Solutions/BlueVoyant-Anthropic-ClaudeCompliance/ReleaseNotes.md Outdated
@v-maheshbh

v-maheshbh commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Hi @TSwaimBV

Kindly review the above comments and address them wherever required.
and
Kindly ensure that all CCF files adhere to the required naming convention:
SolutionName_ConnectorDefinition
SolutionName_PollerConfig
SolutionName_DCR

The file name prefix should consistently match the solution name.

Additionally, the BasePath is currently missing. Please add the BasePath using the following structure:
C:\GitHub\Azure-Sentinel\Solutions{Solution Name}

Once the above updates are completed, kindly repackage and deploy the latest mainTemplate, and ensure that the CCF connector is attached screenshot in a connected state for reference.

Thanks!

@TSwaimBV TSwaimBV force-pushed the solution/azure-sentinel-solution-bv-claudecompliance-3-0-0 branch 2 times, most recently from 82f9e90 to 2f5e4cb Compare June 12, 2026 16:47
@TSwaimBV

Copy link
Copy Markdown
Contributor Author
image image

@TSwaimBV TSwaimBV requested a review from Copilot June 12, 2026 17:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 11 out of 13 changed files in this pull request and generated 9 comments.

Comment thread Solutions/BlueVoyant Anthropic ClaudeCompliance/ReleaseNotes.md Outdated
@TSwaimBV TSwaimBV force-pushed the solution/azure-sentinel-solution-bv-claudecompliance-3-0-0 branch 2 times, most recently from 8e75394 to 8a1023e Compare June 15, 2026 14:44
@TSwaimBV TSwaimBV requested review from Copilot and v-maheshbh June 15, 2026 15:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 11 out of 13 changed files in this pull request and generated 8 comments.

Comment thread Solutions/BlueVoyant Anthropic ClaudeCompliance/ReleaseNotes.md Outdated
@TSwaimBV TSwaimBV force-pushed the solution/azure-sentinel-solution-bv-claudecompliance-3-0-0 branch from 8a1023e to de389d2 Compare June 15, 2026 21:25
Adjust whitespace in Solutions/BlueVoyant Anthropic ClaudeCompliance/ReleaseNotes.md to align the Markdown table columns for the 3.0.0 entry. No functional content changes—only formatting.
@v-maheshbh v-maheshbh added New Solution For new Solutions which are new to Microsoft Sentinel and removed Solution Solution specialty review needed labels Jun 17, 2026
@v-dvedak v-dvedak merged commit 2f95b09 into Azure:master Jun 17, 2026
33 of 35 checks passed
@TSwaimBV TSwaimBV deleted the solution/azure-sentinel-solution-bv-claudecompliance-3-0-0 branch June 17, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Codeless Connector Framework (CCF) Connector New Solution For new Solutions which are new to Microsoft Sentinel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants