Skip to content

Commit 80ff42f

Browse files
committed
chore: capitalize object names
1 parent 4e15aba commit 80ff42f

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

plugins/MicrosoftDefender/v1/custom_types.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"name": "device",
4-
"sourceType": "device",
5-
"icon": "server",
3+
"name": "Device",
4+
"sourceType": "Device",
5+
"icon": "desktop",
66
"singular": "Device",
77
"plural": "Devices"
88
}

plugins/MicrosoftDefender/v1/dataStreams/Vulnerabilities.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"shape": "string",
6161
"visible": false,
6262
"role": "label",
63-
"sourceType": "device"
63+
"sourceType": "Device"
6464
}
6565
],
6666
"matches": {
6767
"sourceType": {
6868
"type": "equals",
69-
"value": "device"
69+
"value": "Device"
7070
}
7171
},
7272
"timeframes": false,

plugins/MicrosoftDefender/v1/dataStreams/devices.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"displayName": "Device Name",
2727
"shape": "string",
2828
"role": "label",
29-
"sourceType": "device"
29+
"sourceType": "Device"
3030
},
3131
{
3232
"name": "PublicIP",
@@ -131,7 +131,7 @@
131131
"matches": {
132132
"sourceType": {
133133
"type": "equals",
134-
"value": "device"
134+
"value": "Device"
135135
}
136136
},
137137
"timeframes": false,

plugins/MicrosoftDefender/v1/dataStreams/recommendations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"displayName": "Device Name",
3434
"shape": "string",
3535
"role": "label",
36-
"sourceType": "device"
36+
"sourceType": "Device"
3737
},
3838
{
3939
"name": "Timestamp",
@@ -93,7 +93,7 @@
9393
"matches": {
9494
"sourceType": {
9595
"type": "equals",
96-
"value": "device"
96+
"value": "Device"
9797
}
9898
},
9999
"timeframes": [

plugins/MicrosoftDefender/v1/defaultContent/cockpit.dash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
}
121121
},
122122
"scope": {
123-
"query": "g.V().order().by('__name').hasNot('__canonicalType').or(__.has(\"sourceType\", \"device\")).limit(500)",
123+
"query": "g.V().order().by('__name').hasNot('__canonicalType').or(__.has(\"sourceType\", \"Device\")).limit(500)",
124124
"bindings": {},
125125
"queryDetail": {}
126126
},

plugins/MicrosoftDefender/v1/defaultContent/scopes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sourceType": {
66
"type": "oneOf",
77
"values": [
8-
"device"
8+
"Device"
99
]
1010
}
1111
},

plugins/MicrosoftDefender/v1/indexDefinitions/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"id": "DeviceId",
1111
"name": "DeviceName",
1212
"type": {
13-
"value": "device"
13+
"value": "Device"
1414
},
1515
"properties": [
1616
"OSPlatform",

0 commit comments

Comments
 (0)