|
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", |
|
172 | 172 | "Required": true, |
173 | 173 | "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." |
174 | 174 | }, |
175 | | - { |
176 | | - "Name": "ServerUsername", |
177 | | - "DisplayName": "Server Username", |
178 | | - "Type": "Secret", |
179 | | - "DependsOn": "", |
180 | | - "DefaultValue": "", |
181 | | - "Required": false, |
182 | | - "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
183 | | - }, |
| 175 | + { |
| 176 | + "Name": "ServerUsername", |
| 177 | + "DisplayName": "Server Username", |
| 178 | + "Type": "Secret", |
| 179 | + "DependsOn": "", |
| 180 | + "DefaultValue": "", |
| 181 | + "Required": false, |
| 182 | + "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)" |
| 183 | + }, |
184 | 184 | { |
185 | 185 | "Name": "ServerPassword", |
186 | 186 | "DisplayName": "Server Password", |
187 | 187 | "Type": "Secret", |
188 | 188 | "DependsOn": "", |
189 | 189 | "DefaultValue": "", |
190 | 190 | "Required": false, |
191 | | - "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." |
| 191 | + "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)" |
192 | 192 | }, |
193 | 193 | { |
194 | 194 | "Name": "ServerUseSsl", |
|
0 commit comments