@@ -10,7 +10,6 @@ const Page = () => {
10
10
type : "POST" ,
11
11
url : "/api/ExecDeviceAction" ,
12
12
data : {
13
- TenantFilter : "TenantFilter" ,
14
13
GUID : "id" ,
15
14
Action : "syncDevice" ,
16
15
} ,
@@ -21,7 +20,6 @@ const Page = () => {
21
20
type : "POST" ,
22
21
url : "/api/ExecDeviceAction" ,
23
22
data : {
24
- TenantFilter : "TenantFilter" ,
25
23
GUID : "id" ,
26
24
Action : "rebootNow" ,
27
25
} ,
@@ -32,7 +30,6 @@ const Page = () => {
32
30
type : "POST" ,
33
31
url : "/api/ExecDeviceAction" ,
34
32
data : {
35
- TenantFilter : "TenantFilter" ,
36
33
GUID : "id" ,
37
34
Action : "locateDevice" ,
38
35
} ,
@@ -43,7 +40,6 @@ const Page = () => {
43
40
type : "POST" ,
44
41
url : "/api/ExecGetLocalAdminPassword" ,
45
42
data : {
46
- TenantFilter : "TenantFilter" ,
47
43
GUID : "azureADDeviceId" ,
48
44
} ,
49
45
confirmText : "Are you sure you want to retrieve the local admin password?" ,
@@ -53,7 +49,6 @@ const Page = () => {
53
49
type : "POST" ,
54
50
url : "/api/ExecDeviceAction" ,
55
51
data : {
56
- TenantFilter : "TenantFilter" ,
57
52
GUID : "id" ,
58
53
Action : "RotateLocalAdminPassword" ,
59
54
} ,
@@ -64,7 +59,6 @@ const Page = () => {
64
59
type : "POST" ,
65
60
url : "/api/ExecGetRecoveryKey" ,
66
61
data : {
67
- TenantFilter : "TenantFilter" ,
68
62
GUID : "azureADDeviceId" ,
69
63
} ,
70
64
confirmText : "Are you sure you want to retrieve the Bitlocker keys?" ,
@@ -74,7 +68,6 @@ const Page = () => {
74
68
type : "POST" ,
75
69
url : "/api/ExecDeviceAction" ,
76
70
data : {
77
- TenantFilter : "TenantFilter" ,
78
71
GUID : "id" ,
79
72
Action : "WindowsDefenderScan" ,
80
73
quickScan : false ,
@@ -86,7 +79,6 @@ const Page = () => {
86
79
type : "POST" ,
87
80
url : "/api/ExecDeviceAction" ,
88
81
data : {
89
- TenantFilter : "TenantFilter" ,
90
82
GUID : "id" ,
91
83
Action : "WindowsDefenderScan" ,
92
84
quickScan : true ,
@@ -98,7 +90,6 @@ const Page = () => {
98
90
type : "POST" ,
99
91
url : "/api/ExecDeviceAction" ,
100
92
data : {
101
- TenantFilter : "TenantFilter" ,
102
93
GUID : "id" ,
103
94
Action : "windowsDefenderUpdateSignatures" ,
104
95
} ,
0 commit comments