Skip to content

Commit 007ec77

Browse files
authored
Merge pull request #3323 from KelvinTegelaar/dev
Dev
2 parents 540cadd + 334da3d commit 007ec77

File tree

1 file changed

+0
-9
lines changed
  • src/pages/endpoint/reports/devices

1 file changed

+0
-9
lines changed

src/pages/endpoint/reports/devices/index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const Page = () => {
1010
type: "POST",
1111
url: "/api/ExecDeviceAction",
1212
data: {
13-
TenantFilter: "TenantFilter",
1413
GUID: "id",
1514
Action: "syncDevice",
1615
},
@@ -21,7 +20,6 @@ const Page = () => {
2120
type: "POST",
2221
url: "/api/ExecDeviceAction",
2322
data: {
24-
TenantFilter: "TenantFilter",
2523
GUID: "id",
2624
Action: "rebootNow",
2725
},
@@ -32,7 +30,6 @@ const Page = () => {
3230
type: "POST",
3331
url: "/api/ExecDeviceAction",
3432
data: {
35-
TenantFilter: "TenantFilter",
3633
GUID: "id",
3734
Action: "locateDevice",
3835
},
@@ -43,7 +40,6 @@ const Page = () => {
4340
type: "POST",
4441
url: "/api/ExecGetLocalAdminPassword",
4542
data: {
46-
TenantFilter: "TenantFilter",
4743
GUID: "azureADDeviceId",
4844
},
4945
confirmText: "Are you sure you want to retrieve the local admin password?",
@@ -53,7 +49,6 @@ const Page = () => {
5349
type: "POST",
5450
url: "/api/ExecDeviceAction",
5551
data: {
56-
TenantFilter: "TenantFilter",
5752
GUID: "id",
5853
Action: "RotateLocalAdminPassword",
5954
},
@@ -64,7 +59,6 @@ const Page = () => {
6459
type: "POST",
6560
url: "/api/ExecGetRecoveryKey",
6661
data: {
67-
TenantFilter: "TenantFilter",
6862
GUID: "azureADDeviceId",
6963
},
7064
confirmText: "Are you sure you want to retrieve the Bitlocker keys?",
@@ -74,7 +68,6 @@ const Page = () => {
7468
type: "POST",
7569
url: "/api/ExecDeviceAction",
7670
data: {
77-
TenantFilter: "TenantFilter",
7871
GUID: "id",
7972
Action: "WindowsDefenderScan",
8073
quickScan: false,
@@ -86,7 +79,6 @@ const Page = () => {
8679
type: "POST",
8780
url: "/api/ExecDeviceAction",
8881
data: {
89-
TenantFilter: "TenantFilter",
9082
GUID: "id",
9183
Action: "WindowsDefenderScan",
9284
quickScan: true,
@@ -98,7 +90,6 @@ const Page = () => {
9890
type: "POST",
9991
url: "/api/ExecDeviceAction",
10092
data: {
101-
TenantFilter: "TenantFilter",
10293
GUID: "id",
10394
Action: "windowsDefenderUpdateSignatures",
10495
},

0 commit comments

Comments
 (0)