Skip to content

Commit f42fa74

Browse files
committed
fix(store-types): Pruning invalid types
1 parent 3fe6e89 commit f42fa74

File tree

1 file changed

+0
-267
lines changed

1 file changed

+0
-267
lines changed

store_types.json

Lines changed: 0 additions & 267 deletions
Original file line numberDiff line numberDiff line change
@@ -145,187 +145,6 @@
145145
"BlueprintAllowed": false,
146146
"CustomAliasAllowed": "Optional"
147147
},
148-
{
149-
"Name": "IISU",
150-
"ShortName": "IISU",
151-
"Capability": "IISU",
152-
"LocalStore": false,
153-
"SupportedOperations": {
154-
"Add": true,
155-
"Create": false,
156-
"Discovery": false,
157-
"Enrollment": true,
158-
"Remove": true
159-
},
160-
"Properties": [
161-
{
162-
"Name": "spnwithport",
163-
"DisplayName": "SPN With Port?",
164-
"Type": "Bool",
165-
"DependsOn": "",
166-
"DefaultValue": "false",
167-
"Required": false
168-
},
169-
{
170-
"Name": "WinRM Protocol",
171-
"DisplayName": "WinRm Protocol",
172-
"Type": "MultipleChoice",
173-
"DependsOn": "",
174-
"DefaultValue": "http,https",
175-
"Required": true
176-
},
177-
{
178-
"Name": "WinRm Port",
179-
"DisplayName": "WinRm Port",
180-
"Type": "String",
181-
"DependsOn": "",
182-
"DefaultValue": "5985",
183-
"Required": true
184-
},
185-
{
186-
"Name": "ServerUsername",
187-
"DisplayName": "Server Username",
188-
"Type": "Secret",
189-
"DependsOn": "",
190-
"DefaultValue": null,
191-
"Required": false
192-
},
193-
{
194-
"Name": "ServerPassword",
195-
"DisplayName": "Server Password",
196-
"Type": "Secret",
197-
"DependsOn": "",
198-
"DefaultValue": null,
199-
"Required": false
200-
},
201-
{
202-
"Name": "ServerUseSsl",
203-
"DisplayName": "Use SSL?",
204-
"Type": "Bool",
205-
"DependsOn": "",
206-
"DefaultValue": "true",
207-
"Required": true
208-
}
209-
],
210-
"EntryParameters": [
211-
{
212-
"Name": "IPAddress",
213-
"DisplayName": "IP Address",
214-
"Type": "String",
215-
"RequiredWhen": {
216-
"HasPrivateKey": false,
217-
"OnAdd": true,
218-
"OnRemove": true,
219-
"OnReenrollment": true
220-
},
221-
"DefaultValue": "*"
222-
},
223-
{
224-
"Name": "Port",
225-
"DisplayName": "Port",
226-
"Type": "String",
227-
"RequiredWhen": {
228-
"HasPrivateKey": false,
229-
"OnAdd": true,
230-
"OnRemove": true,
231-
"OnReenrollment": true
232-
},
233-
"DefaultValue": "443"
234-
},
235-
{
236-
"Name": "HostName",
237-
"DisplayName": "Host Name",
238-
"Type": "String",
239-
"RequiredWhen": {
240-
"HasPrivateKey": false,
241-
"OnAdd": false,
242-
"OnRemove": false,
243-
"OnReenrollment": false
244-
}
245-
},
246-
{
247-
"Name": "SiteName",
248-
"DisplayName": "Site Name",
249-
"Type": "String",
250-
"RequiredWhen": {
251-
"HasPrivateKey": false,
252-
"OnAdd": true,
253-
"OnRemove": true,
254-
"OnReenrollment": true
255-
},
256-
"DefaultValue": "Default Web Site"
257-
},
258-
{
259-
"Name": "SniFlag",
260-
"DisplayName": "SNI Flag",
261-
"Type": "String",
262-
"RequiredWhen": {
263-
"HasPrivateKey": false,
264-
"OnAdd": false,
265-
"OnRemove": false,
266-
"OnReenrollment": false
267-
},
268-
"DefaultValue": "0 - No SNI"
269-
},
270-
{
271-
"Name": "Protocol",
272-
"DisplayName": "Protocol",
273-
"Type": "MultipleChoice",
274-
"RequiredWhen": {
275-
"HasPrivateKey": false,
276-
"OnAdd": true,
277-
"OnRemove": true,
278-
"OnReenrollment": true
279-
},
280-
"DefaultValue": "https",
281-
"Options": "http, https"
282-
},
283-
{
284-
"Name": "ProviderName",
285-
"DisplayName": "Provider Name",
286-
"Type": "String",
287-
"RequiredWhen": {
288-
"HasPrivateKey": false,
289-
"OnAdd": false,
290-
"OnRemove": false,
291-
"OnReenrollment": false
292-
}
293-
},
294-
{
295-
"Name": "SAN",
296-
"DisplayName": "SAN",
297-
"Type": "String",
298-
"RequiredWhen": {
299-
"HasPrivateKey": false,
300-
"OnAdd": false,
301-
"OnRemove": false,
302-
"OnReenrollment": true
303-
}
304-
}
305-
],
306-
"PasswordOptions": {
307-
"EntrySupported": false,
308-
"StoreRequired": false,
309-
"Style": "Default"
310-
},
311-
"StorePathValue": "[\"My\",\"WebHosting\"]",
312-
"PrivateKeyAllowed": "Required",
313-
"JobProperties": [
314-
"IPAddress",
315-
"Port",
316-
"HostName",
317-
"SiteName",
318-
"SniFlag",
319-
"Protocol",
320-
"ProviderName",
321-
"SAN"
322-
],
323-
"ServerRequired": true,
324-
"PowerShell": false,
325-
"BlueprintAllowed": false,
326-
"CustomAliasAllowed": "Forbidden",
327-
"InventoryEndpoint": "/AnyInventory/Update"
328-
},
329148
{
330149
"Name": "K8SCert",
331150
"ShortName": "K8SCert",
@@ -1729,91 +1548,5 @@
17291548
"PowerShell": false,
17301549
"BlueprintAllowed": false,
17311550
"CustomAliasAllowed": "Forbidden"
1732-
},
1733-
{
1734-
"Name": "WinSql",
1735-
"ShortName": "WinSql",
1736-
"Capability": "WinSql",
1737-
"LocalStore": false,
1738-
"SupportedOperations": {
1739-
"Add": true,
1740-
"Create": false,
1741-
"Discovery": false,
1742-
"Enrollment": false,
1743-
"Remove": true
1744-
},
1745-
"Properties": [
1746-
{
1747-
"Name": "WinRm Protocol",
1748-
"DisplayName": "WinRm Protocol",
1749-
"Type": "MultipleChoice",
1750-
"DependsOn": null,
1751-
"DefaultValue": "https,http",
1752-
"Required": true
1753-
},
1754-
{
1755-
"Name": "WinRm Port",
1756-
"DisplayName": "WinRm Port",
1757-
"Type": "String",
1758-
"DependsOn": null,
1759-
"DefaultValue": "5986",
1760-
"Required": true
1761-
},
1762-
{
1763-
"Name": "ServerUsername",
1764-
"DisplayName": "Server Username",
1765-
"Type": "Secret",
1766-
"DependsOn": null,
1767-
"DefaultValue": null,
1768-
"Required": false
1769-
},
1770-
{
1771-
"Name": "ServerPassword",
1772-
"DisplayName": "Server Password",
1773-
"Type": "Secret",
1774-
"DependsOn": null,
1775-
"DefaultValue": null,
1776-
"Required": false
1777-
},
1778-
{
1779-
"Name": "ServerUseSsl",
1780-
"DisplayName": "Use SSL",
1781-
"Type": "Bool",
1782-
"DependsOn": null,
1783-
"DefaultValue": "true",
1784-
"Required": true
1785-
},
1786-
{
1787-
"Name": "RestartService",
1788-
"DisplayName": "Restart SQL Service After Cert Installed",
1789-
"Type": "Bool",
1790-
"DependsOn": null,
1791-
"DefaultValue": "false",
1792-
"Required": true
1793-
}
1794-
],
1795-
"EntryParameters": [
1796-
{
1797-
"Name": "InstanceName",
1798-
"DisplayName": "Instance Name",
1799-
"Type": "String",
1800-
"RequiredWhen": {
1801-
"HasPrivateKey": false,
1802-
"OnAdd": false,
1803-
"OnRemove": false,
1804-
"OnReenrollment": false
1805-
}
1806-
}
1807-
],
1808-
"PasswordOptions": {
1809-
"EntrySupported": false,
1810-
"StoreRequired": false,
1811-
"Style": "Default"
1812-
},
1813-
"StorePathValue": "My",
1814-
"PrivateKeyAllowed": "Optional",
1815-
"ServerRequired": true,
1816-
"PowerShell": false,
1817-
"BlueprintAllowed": true
18181551
}
18191552
]

0 commit comments

Comments
 (0)