Skip to content

SecOps - 41201 - At least one Microsoft (first-party) data connector is configured in every Microsoft Sentinel workspace #2147

SecOps - 41201 - At least one Microsoft (first-party) data connector is configured in every Microsoft Sentinel workspace

SecOps - 41201 - At least one Microsoft (first-party) data connector is configured in every Microsoft Sentinel workspace #2147

Workflow file for this run

on: [pull_request]
jobs:
validate:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- name: Install Prerequisites
run: .\build\powershell\Install-Prerequisites.ps1
shell: pwsh
- name: Validate
run: .\code-tests\pester.ps1
shell: pwsh