Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure: Add data security export settings (MCAS) #5092

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mm-weber
Copy link
Contributor

Replaces: #5091

Adding this:

 /home/manuel/azure-tests $ az account get-access-token --query "{subscription:subscription,accessToken:accessToken}" --out tsv | xargs -L1 bash -c 'curl -X GET -H "Authorization: Bearer $1" -H "Content-Type:application/json" https://management.azure.com/subscriptions/<subscription>/providers/Microsoft.Security/settings?api-version=2021-06-01' | jq '.|.value[] '

{
  "id": "/subscriptions/<subscription>/providers/Microsoft.Security/settings/MCAS",
  "name": "MCAS",
  "type": "Microsoft.Security/settings",
  "kind": "DataExportSettings",
  "properties": {
    "enabled": true
  }
}
{
  "id": "/subscriptions/<subscription>/providers/Microsoft.Security/settings/WDATP",
  "name": "WDATP",
  "type": "Microsoft.Security/settings",
  "kind": "DataExportSettings",
  "properties": {
    "enabled": false
  }
}
{
  "id": "/subscriptions/<subscription>/providers/Microsoft.Security/settings/Sentinel",
  "name": "Sentinel",
  "type": "Microsoft.Security/settings",
  "kind": "AlertSyncSettings",
  "properties": {
    "enabled": false
  }
}

Copy link
Contributor

Test Results

0 tests   - 3 208   0 ✅  - 3 204   0s ⏱️ - 1m 40s
0 suites  -   379   0 💤  -     4 
0 files    -    29   0 ❌ ±    0 

Results for commit de1a7ac. ± Comparison against base commit c0dd0e9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant