|
321 | 321 | "ClientMachineDescription": "Hostname of the Windows Server containing the IIS certificate store to be managed. If this value is a hostname, a WinRM session will be established using the credentials specified in the Server Username and Server Password fields. For more information, see [Client Machine](#note-regarding-client-machine).", |
322 | 322 | "StorePathDescription": "Windows certificate store path to manage. Choose 'My' for the Personal store or 'WebHosting' for the Web Hosting store." |
323 | 323 | }, |
324 | | - { |
325 | | - "Name": "WinSql", |
326 | | - "ShortName": "WinSql", |
327 | | - "Capability": "WinSql", |
328 | | - "LocalStore": false, |
329 | | - "SupportedOperations": { |
330 | | - "Add": true, |
331 | | - "Create": false, |
332 | | - "Discovery": false, |
333 | | - "Enrollment": false, |
334 | | - "Remove": true |
335 | | - }, |
336 | | - "Properties": [ |
337 | | - { |
338 | | - "Name": "spnwithport", |
339 | | - "DisplayName": "SPN With Port", |
340 | | - "Type": "Bool", |
341 | | - "DependsOn": "", |
342 | | - "DefaultValue": "false", |
343 | | - "Required": false, |
344 | | - "Description": "Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations." |
345 | | - }, |
346 | | - { |
347 | | - "Name": "WinRM Protocol", |
348 | | - "DisplayName": "WinRM Protocol", |
349 | | - "Type": "MultipleChoice", |
350 | | - "DependsOn": "", |
351 | | - "DefaultValue": "https,http,ssh", |
352 | | - "Required": true, |
353 | | - "Description": "Multiple choice value specifying which protocol to use. Protocols https or http use WinRM to connect from Windows to Windows Servers. Using ssh is only supported when running the orchestrator in a Linux environment." |
354 | | - }, |
355 | | - { |
356 | | - "Name": "WinRM Port", |
357 | | - "DisplayName": "WinRM Port", |
358 | | - "Type": "String", |
359 | | - "DependsOn": "", |
360 | | - "DefaultValue": "5986", |
361 | | - "Required": true, |
362 | | - "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." |
363 | | - }, |
364 | | - { |
365 | | - "Name": "ServerUsername", |
366 | | - "DisplayName": "Server Username", |
367 | | - "Type": "Secret", |
368 | | - "DependsOn": "", |
369 | | - "DefaultValue": "", |
370 | | - "Required": false, |
371 | | - "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
372 | | - }, |
373 | | - { |
374 | | - "Name": "ServerPassword", |
375 | | - "DisplayName": "Server Password", |
376 | | - "Type": "Secret", |
377 | | - "DependsOn": "", |
378 | | - "DefaultValue": "", |
379 | | - "Required": false, |
380 | | - "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." |
381 | | - }, |
382 | | - { |
383 | | - "Name": "ServerUseSsl", |
384 | | - "DisplayName": "Use SSL", |
385 | | - "Type": "Bool", |
386 | | - "DependsOn": "", |
387 | | - "DefaultValue": "true", |
388 | | - "Required": true, |
389 | | - "Description": "Determine whether the server uses SSL or not (This field is automatically created)" |
390 | | - }, |
391 | | - { |
392 | | - "Name": "RestartService", |
393 | | - "DisplayName": "Restart SQL Service After Cert Installed", |
394 | | - "Type": "Bool", |
395 | | - "DependsOn": "", |
396 | | - "DefaultValue": "false", |
397 | | - "Required": true, |
398 | | - "Description": "Boolean value (true or false) indicating whether to restart the SQL Server service after installing the certificate. Example: 'true' to enable service restart after installation." |
399 | | - } |
400 | | - ], |
401 | | - "EntryParameters": [ |
402 | | - { |
403 | | - "Name": "InstanceName", |
404 | | - "DisplayName": "Instance Name", |
405 | | - "Type": "String", |
406 | | - "RequiredWhen": { |
407 | | - "HasPrivateKey": false, |
408 | | - "OnAdd": false, |
409 | | - "OnRemove": false, |
410 | | - "OnReenrollment": false |
411 | | - }, |
412 | | - "Description": "String value specifying the SQL Server instance name to bind the certificate to. Example: 'MSSQLServer' for the default instance or 'Instance1' for a named instance." |
413 | | - }, |
414 | | - { |
415 | | - "Name": "ProviderName", |
416 | | - "DisplayName": "Crypto Provider Name", |
417 | | - "Type": "String", |
418 | | - "RequiredWhen": { |
419 | | - "HasPrivateKey": false, |
420 | | - "OnAdd": false, |
421 | | - "OnRemove": false, |
422 | | - "OnReenrollment": false |
| 324 | + { |
| 325 | + "Name": "WinSql", |
| 326 | + "ShortName": "WinSql", |
| 327 | + "Capability": "WinSql", |
| 328 | + "LocalStore": false, |
| 329 | + "SupportedOperations": { |
| 330 | + "Add": true, |
| 331 | + "Create": false, |
| 332 | + "Discovery": false, |
| 333 | + "Enrollment": false, |
| 334 | + "Remove": true |
423 | 335 | }, |
424 | | - "DependsOn": "", |
425 | | - "DefaultValue": "", |
426 | | - "Options": "", |
427 | | - "Description": "Name of the Windows cryptographic service provider to use when generating and storing private keys. For more information, refer to the section 'Using Crypto Service Providers'" |
428 | | - } |
429 | | - ], |
430 | | - "PasswordOptions": { |
431 | | - "EntrySupported": false, |
432 | | - "StoreRequired": false, |
433 | | - "Style": "Default" |
| 336 | + "Properties": [ |
| 337 | + { |
| 338 | + "Name": "spnwithport", |
| 339 | + "DisplayName": "SPN With Port", |
| 340 | + "Type": "Bool", |
| 341 | + "DependsOn": "", |
| 342 | + "DefaultValue": "false", |
| 343 | + "Required": false, |
| 344 | + "Description": "Internally set the -IncludePortInSPN option when creating the remote PowerShell connection. Needed for some Kerberos configurations." |
| 345 | + }, |
| 346 | + { |
| 347 | + "Name": "WinRM Protocol", |
| 348 | + "DisplayName": "WinRM Protocol", |
| 349 | + "Type": "MultipleChoice", |
| 350 | + "DependsOn": "", |
| 351 | + "DefaultValue": "https,http,ssh", |
| 352 | + "Required": true, |
| 353 | + "Description": "Multiple choice value specifying which protocol to use. Protocols https or http use WinRM to connect from Windows to Windows Servers. Using ssh is only supported when running the orchestrator in a Linux environment." |
| 354 | + }, |
| 355 | + { |
| 356 | + "Name": "WinRM Port", |
| 357 | + "DisplayName": "WinRM Port", |
| 358 | + "Type": "String", |
| 359 | + "DependsOn": "", |
| 360 | + "DefaultValue": "5986", |
| 361 | + "Required": true, |
| 362 | + "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." |
| 363 | + }, |
| 364 | + { |
| 365 | + "Name": "ServerUsername", |
| 366 | + "DisplayName": "Server Username", |
| 367 | + "Type": "Secret", |
| 368 | + "DependsOn": "", |
| 369 | + "DefaultValue": "", |
| 370 | + "Required": false, |
| 371 | + "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)" |
| 372 | + }, |
| 373 | + { |
| 374 | + "Name": "ServerPassword", |
| 375 | + "DisplayName": "Server Password", |
| 376 | + "Type": "Secret", |
| 377 | + "DependsOn": "", |
| 378 | + "DefaultValue": "", |
| 379 | + "Required": false, |
| 380 | + "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)" |
| 381 | + }, |
| 382 | + { |
| 383 | + "Name": "ServerUseSsl", |
| 384 | + "DisplayName": "Use SSL", |
| 385 | + "Type": "Bool", |
| 386 | + "DependsOn": "", |
| 387 | + "DefaultValue": "true", |
| 388 | + "Required": true, |
| 389 | + "Description": "Determine whether the server uses SSL or not (This field is automatically created)" |
| 390 | + }, |
| 391 | + { |
| 392 | + "Name": "RestartService", |
| 393 | + "DisplayName": "Restart SQL Service After Cert Installed", |
| 394 | + "Type": "Bool", |
| 395 | + "DependsOn": "", |
| 396 | + "DefaultValue": "false", |
| 397 | + "Required": true, |
| 398 | + "Description": "Boolean value (true or false) indicating whether to restart the SQL Server service after installing the certificate. Example: 'true' to enable service restart after installation." |
| 399 | + } |
| 400 | + ], |
| 401 | + "EntryParameters": [ |
| 402 | + { |
| 403 | + "Name": "InstanceName", |
| 404 | + "DisplayName": "Instance Name", |
| 405 | + "Type": "String", |
| 406 | + "RequiredWhen": { |
| 407 | + "HasPrivateKey": false, |
| 408 | + "OnAdd": false, |
| 409 | + "OnRemove": false, |
| 410 | + "OnReenrollment": false |
| 411 | + }, |
| 412 | + "Description": "String value specifying the SQL Server instance name to bind the certificate to. Example: 'MSSQLServer' for the default instance or 'Instance1' for a named instance." |
| 413 | + }, |
| 414 | + { |
| 415 | + "Name": "ProviderName", |
| 416 | + "DisplayName": "Crypto Provider Name", |
| 417 | + "Type": "String", |
| 418 | + "RequiredWhen": { |
| 419 | + "HasPrivateKey": false, |
| 420 | + "OnAdd": false, |
| 421 | + "OnRemove": false, |
| 422 | + "OnReenrollment": false |
| 423 | + }, |
| 424 | + "DependsOn": "", |
| 425 | + "DefaultValue": "", |
| 426 | + "Options": "", |
| 427 | + "Description": "Name of the Windows cryptographic service provider to use when generating and storing private keys. For more information, refer to the section 'Using Crypto Service Providers'" |
| 428 | + } |
| 429 | + ], |
| 430 | + "PasswordOptions": { |
| 431 | + "EntrySupported": false, |
| 432 | + "StoreRequired": false, |
| 433 | + "Style": "Default" |
| 434 | + }, |
| 435 | + "StorePathValue": "My", |
| 436 | + "PrivateKeyAllowed": "Optional", |
| 437 | + "ServerRequired": true, |
| 438 | + "PowerShell": false, |
| 439 | + "BlueprintAllowed": true, |
| 440 | + "CustomAliasAllowed": "Forbidden", |
| 441 | + "ClientMachineDescription": "Hostname of the Windows Server containing the SQL Server Certificate Store to be managed. If this value is a hostname, a WinRM session will be established using the credentials specified in the Server Username and Server Password fields. For more information, see [Client Machine](#note-regarding-client-machine).", |
| 442 | + "StorePathDescription": "Fixed string value 'My' indicating the Personal store on the Local Machine. This denotes the Windows certificate store to be managed for SQL Server." |
434 | 443 | }, |
435 | | - "StorePathValue": "My", |
436 | | - "PrivateKeyAllowed": "Optional", |
437 | | - "ServerRequired": true, |
438 | | - "PowerShell": false, |
439 | | - "BlueprintAllowed": true, |
440 | | - "CustomAliasAllowed": "Forbidden", |
441 | | - "ClientMachineDescription": "Hostname of the Windows Server containing the SQL Server Certificate Store to be managed. If this value is a hostname, a WinRM session will be established using the credentials specified in the Server Username and Server Password fields. For more information, see [Client Machine](#note-regarding-client-machine).", |
442 | | - "StorePathDescription": "Fixed string value 'My' indicating the Personal store on the Local Machine. This denotes the Windows certificate store to be managed for SQL Server." |
443 | | - }, |
444 | 444 | { |
445 | 445 | "Name": "ADFS Rotation Manager", |
446 | 446 | "ShortName": "WinAdfs", |
|
488 | 488 | "DependsOn": "", |
489 | 489 | "DefaultValue": "", |
490 | 490 | "Required": false, |
491 | | - "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'." |
| 491 | + "Description": "Username used to log into the target server for establishing the WinRM session. Example: 'administrator' or 'domain\\username'. (This field is automatically created)" |
492 | 492 | }, |
493 | 493 | { |
494 | 494 | "Name": "ServerPassword", |
|
497 | 497 | "DependsOn": "", |
498 | 498 | "DefaultValue": "", |
499 | 499 | "Required": false, |
500 | | - "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." |
| 500 | + "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)" |
501 | 501 | }, |
502 | 502 | { |
503 | 503 | "Name": "ServerUseSsl", |
|
0 commit comments