Skip to content

Commit

Permalink
Update Containers Security.workbook (#2928)
Browse files Browse the repository at this point in the history
Changing the subscription filter to only show default subscriptions instead of all subscriptions
  • Loading branch information
future-at-work authored Mar 6, 2025
1 parent 630d5fb commit fab4eff
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"type": 9,
"content": {
"version": "KqlParameterItem/1.0",
"crossComponentResources": [
"{subscription}"
],
"parameters": [
{
"id": "7767523e-f230-4562-b00c-bce5a7d38fe7",
Expand All @@ -30,16 +27,13 @@
"additionalResourceOptions": [
"value::all"
],
"includeAll": true,
"includeAll": false,
"showDefault": false
},
"timeContext": {
"durationMs": 86400000
},
"defaultValue": "value::all",
"value": [
"value::all"
]
"defaultValue": "value::all"
},
{
"id": "ae33cf4e-c36b-46ae-a298-2a424a913fff",
Expand Down Expand Up @@ -203,7 +197,7 @@
}
],
"style": "above",
"queryType": 1,
"queryType": 0,
"resourceType": "microsoft.resourcegraph/resources"
},
"name": "select_subscriptions"
Expand Down

0 comments on commit fab4eff

Please sign in to comment.