|
80 | 80 | "DependsOn": "", |
81 | 81 | "DefaultValue": "", |
82 | 82 | "Required": false, |
83 | | - "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
| 83 | + "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)" |
84 | 84 | }, |
85 | 85 | { |
86 | 86 | "Name": "ServerPassword", |
|
89 | 89 | "DependsOn": "", |
90 | 90 | "DefaultValue": "", |
91 | 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." |
| 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. (This field is automatically created)" |
93 | 93 | }, |
94 | 94 | { |
95 | 95 | "Name": "ServerUseSsl", |
|
187 | 187 | "Required": true, |
188 | 188 | "Description": "String value specifying the port number that the Windows target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP. By default, when using ssh in a Linux environment, the default port number is 22." |
189 | 189 | }, |
190 | | - { |
191 | | - "Name": "ServerUsername", |
192 | | - "DisplayName": "Server Username", |
193 | | - "Type": "Secret", |
194 | | - "DependsOn": "", |
195 | | - "DefaultValue": "", |
196 | | - "Required": false, |
197 | | - "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
198 | | - }, |
| 190 | + { |
| 191 | + "Name": "ServerUsername", |
| 192 | + "DisplayName": "Server Username", |
| 193 | + "Type": "Secret", |
| 194 | + "DependsOn": "", |
| 195 | + "DefaultValue": "", |
| 196 | + "Required": false, |
| 197 | + "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)" |
| 198 | + }, |
199 | 199 | { |
200 | 200 | "Name": "ServerPassword", |
201 | 201 | "DisplayName": "Server Password", |
202 | 202 | "Type": "Secret", |
203 | 203 | "DependsOn": "", |
204 | 204 | "DefaultValue": "", |
205 | 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." |
| 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. (This field is automatically created)" |
207 | 207 | }, |
208 | 208 | { |
209 | 209 | "Name": "ServerUseSsl", |
|
391 | 391 | "Required": true, |
392 | 392 | "Description": "String value specifying the port number that the Windows target server's WinRM listener is configured to use. Example: '5986' for HTTPS or '5985' for HTTP. By default, when using ssh in a Linux environment, the default port number is 22." |
393 | 393 | }, |
394 | | - { |
395 | | - "Name": "ServerUsername", |
396 | | - "DisplayName": "Server Username", |
397 | | - "Type": "Secret", |
398 | | - "DependsOn": "", |
399 | | - "DefaultValue": "", |
400 | | - "Required": false, |
401 | | - "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
402 | | - }, |
| 394 | + { |
| 395 | + "Name": "ServerUsername", |
| 396 | + "DisplayName": "Server Username", |
| 397 | + "Type": "Secret", |
| 398 | + "DependsOn": "", |
| 399 | + "DefaultValue": "", |
| 400 | + "Required": false, |
| 401 | + "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)" |
| 402 | + }, |
403 | 403 | { |
404 | 404 | "Name": "ServerPassword", |
405 | 405 | "DisplayName": "Server Password", |
406 | 406 | "Type": "Secret", |
407 | 407 | "DependsOn": "", |
408 | 408 | "DefaultValue": "", |
409 | 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." |
| 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. (This field is automatically created)" |
411 | 411 | }, |
412 | 412 | { |
413 | 413 | "Name": "ServerUseSsl", |
|
0 commit comments