|
26 | 26 | "linux": { |
27 | 27 | "supportsCreateStore": false, |
28 | 28 | "supportsDiscovery": false, |
29 | | - "supportsManagementAdd": false, |
30 | | - "supportsManagementRemove": false, |
31 | | - "supportsReenrollment": false, |
32 | | - "supportsInventory": false, |
| 29 | + "supportsManagementAdd": true, |
| 30 | + "supportsManagementRemove": true, |
| 31 | + "supportsReenrollment": true, |
| 32 | + "supportsInventory": true, |
33 | 33 | "platformSupport": "Unused" |
34 | 34 | }, |
35 | 35 | "store_types": [ |
|
82 | 82 | "Required": false, |
83 | 83 | "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
84 | 84 | }, |
85 | | - { |
86 | | - "Name": "ServerPassword", |
87 | | - "DisplayName": "Server Password", |
88 | | - "Type": "Secret", |
89 | | - "DependsOn": "", |
90 | | - "DefaultValue": "", |
91 | | - "Required": false, |
92 | | - "Description": "Password corresponding to the Server Username used to log into the target server for establishing the WinRM session. Example: 'P@ssw0rd123'." |
93 | | - }, |
| 85 | + { |
| 86 | + "Name": "ServerPassword", |
| 87 | + "DisplayName": "Server Password", |
| 88 | + "Type": "Secret", |
| 89 | + "DependsOn": "", |
| 90 | + "DefaultValue": "", |
| 91 | + "Required": false, |
| 92 | + "Description": "Password corresponding to the Server Username used to log into the target server. When establishing a SSH session from a Linux environment, the password must include the full SSH Private key." |
| 93 | + }, |
94 | 94 | { |
95 | 95 | "Name": "ServerUseSsl", |
96 | 96 | "DisplayName": "Use SSL", |
|
196 | 196 | "Required": false, |
197 | 197 | "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
198 | 198 | }, |
199 | | - { |
200 | | - "Name": "ServerPassword", |
201 | | - "DisplayName": "Server Password", |
202 | | - "Type": "Secret", |
203 | | - "DependsOn": "", |
204 | | - "DefaultValue": "", |
205 | | - "Required": false, |
206 | | - "Description": "Password corresponding to the Server Username used to log into the target server for establishing the WinRM session. Example: 'P@ssw0rd123'." |
207 | | - }, |
| 199 | + { |
| 200 | + "Name": "ServerPassword", |
| 201 | + "DisplayName": "Server Password", |
| 202 | + "Type": "Secret", |
| 203 | + "DependsOn": "", |
| 204 | + "DefaultValue": "", |
| 205 | + "Required": false, |
| 206 | + "Description": "Password corresponding to the Server Username used to log into the target server. When establishing a SSH session from a Linux environment, the password must include the full SSH Private key." |
| 207 | + }, |
208 | 208 | { |
209 | 209 | "Name": "ServerUseSsl", |
210 | 210 | "DisplayName": "Use SSL", |
|
400 | 400 | "Required": false, |
401 | 401 | "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
402 | 402 | }, |
403 | | - { |
404 | | - "Name": "ServerPassword", |
405 | | - "DisplayName": "Server Password", |
406 | | - "Type": "Secret", |
407 | | - "DependsOn": "", |
408 | | - "DefaultValue": "", |
409 | | - "Required": false, |
410 | | - "Description": "Password corresponding to the Server Username used to log into the target server for establishing the WinRM session. Example: 'P@ssw0rd123'." |
411 | | - }, |
| 403 | + { |
| 404 | + "Name": "ServerPassword", |
| 405 | + "DisplayName": "Server Password", |
| 406 | + "Type": "Secret", |
| 407 | + "DependsOn": "", |
| 408 | + "DefaultValue": "", |
| 409 | + "Required": false, |
| 410 | + "Description": "Password corresponding to the Server Username used to log into the target server. When establishing a SSH session from a Linux environment, the password must include the full SSH Private key." |
| 411 | + }, |
412 | 412 | { |
413 | 413 | "Name": "ServerUseSsl", |
414 | 414 | "DisplayName": "Use SSL", |
|
0 commit comments