|
1520 | 1520 | "PowerShell": false,
|
1521 | 1521 | "BlueprintAllowed": false,
|
1522 | 1522 | "CustomAliasAllowed": "Forbidden"
|
1523 |
| - }, |
1524 |
| - { |
1525 |
| - "Name": "WinSql", |
1526 |
| - "ShortName": "WinSql", |
1527 |
| - "Capability": "WinSql", |
1528 |
| - "LocalStore": false, |
1529 |
| - "SupportedOperations": { |
1530 |
| - "Add": true, |
1531 |
| - "Create": false, |
1532 |
| - "Discovery": false, |
1533 |
| - "Enrollment": false, |
1534 |
| - "Remove": true |
1535 |
| - }, |
1536 |
| - "Properties": [ |
1537 |
| - { |
1538 |
| - "Name": "WinRm Protocol", |
1539 |
| - "DisplayName": "WinRm Protocol", |
1540 |
| - "Type": "MultipleChoice", |
1541 |
| - "DependsOn": null, |
1542 |
| - "DefaultValue": "https,http", |
1543 |
| - "Required": true |
1544 |
| - }, |
1545 |
| - { |
1546 |
| - "Name": "WinRm Port", |
1547 |
| - "DisplayName": "WinRm Port", |
1548 |
| - "Type": "String", |
1549 |
| - "DependsOn": null, |
1550 |
| - "DefaultValue": "5986", |
1551 |
| - "Required": true |
1552 |
| - }, |
1553 |
| - { |
1554 |
| - "Name": "ServerUsername", |
1555 |
| - "DisplayName": "Server Username", |
1556 |
| - "Type": "Secret", |
1557 |
| - "DependsOn": null, |
1558 |
| - "DefaultValue": null, |
1559 |
| - "Required": false |
1560 |
| - }, |
1561 |
| - { |
1562 |
| - "Name": "ServerPassword", |
1563 |
| - "DisplayName": "Server Password", |
1564 |
| - "Type": "Secret", |
1565 |
| - "DependsOn": null, |
1566 |
| - "DefaultValue": null, |
1567 |
| - "Required": false |
1568 |
| - }, |
1569 |
| - { |
1570 |
| - "Name": "ServerUseSsl", |
1571 |
| - "DisplayName": "Use SSL", |
1572 |
| - "Type": "Bool", |
1573 |
| - "DependsOn": null, |
1574 |
| - "DefaultValue": "true", |
1575 |
| - "Required": true |
1576 |
| - }, |
1577 |
| - { |
1578 |
| - "Name": "RestartService", |
1579 |
| - "DisplayName": "Restart SQL Service After Cert Installed", |
1580 |
| - "Type": "Bool", |
1581 |
| - "DependsOn": null, |
1582 |
| - "DefaultValue": "false", |
1583 |
| - "Required": true |
1584 |
| - } |
1585 |
| - ], |
1586 |
| - "EntryParameters": [ |
1587 |
| - { |
1588 |
| - "Name": "InstanceName", |
1589 |
| - "DisplayName": "Instance Name", |
1590 |
| - "Type": "String", |
1591 |
| - "RequiredWhen": { |
1592 |
| - "HasPrivateKey": false, |
1593 |
| - "OnAdd": false, |
1594 |
| - "OnRemove": false, |
1595 |
| - "OnReenrollment": false |
1596 |
| - } |
1597 |
| - } |
1598 |
| - ], |
1599 |
| - "PasswordOptions": { |
1600 |
| - "EntrySupported": false, |
1601 |
| - "StoreRequired": false, |
1602 |
| - "Style": "Default" |
1603 |
| - }, |
1604 |
| - "StorePathValue": "My", |
1605 |
| - "PrivateKeyAllowed": "Optional", |
1606 |
| - "ServerRequired": true, |
1607 |
| - "PowerShell": false, |
1608 |
| - "BlueprintAllowed": true |
1609 | 1523 | }
|
1610 | 1524 | ]
|
0 commit comments