Skip to content

Commit 33b3728

Browse files
committed
fix(storetypes): Update AzureAppGw, CiscoAsa, CitrixAdc, PaloAlto, and WinSql
Signed-off-by: sbailey <1661003+spbsoluble@users.noreply.github.com>
1 parent f8650e0 commit 33b3728

File tree

1 file changed

+0
-79
lines changed

1 file changed

+0
-79
lines changed

store_types.json

Lines changed: 0 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -820,70 +820,6 @@
820820
"BlueprintAllowed": false,
821821
"CustomAliasAllowed": "Required"
822822
},
823-
{
824-
"Name": "Azure Application Gateway",
825-
"ShortName": "AzureAppGW",
826-
"Capability": "AzureAppGW",
827-
"LocalStore": false,
828-
"SupportedOperations": {
829-
"Add": true,
830-
"Create": false,
831-
"Discovery": true,
832-
"Enrollment": false,
833-
"Remove": true
834-
},
835-
"Properties": [
836-
{
837-
"Name": "ServerUsername",
838-
"DisplayName": "Server Username",
839-
"Type": "Secret",
840-
"DependsOn": null,
841-
"DefaultValue": null,
842-
"Required": true
843-
},
844-
{
845-
"Name": "ServerPassword",
846-
"DisplayName": "Server Password",
847-
"Type": "Secret",
848-
"DependsOn": null,
849-
"DefaultValue": null,
850-
"Required": true
851-
},
852-
{
853-
"Name": "ServerUseSsl",
854-
"DisplayName": "Use SSL",
855-
"Type": "Bool",
856-
"DependsOn": null,
857-
"DefaultValue": "true",
858-
"Required": false
859-
}
860-
],
861-
"EntryParameters": [
862-
{
863-
"Name": "HTTPListenerName",
864-
"DisplayName": "HTTP Listener Name",
865-
"Type": "String",
866-
"RequiredWhen": {
867-
"HasPrivateKey": false,
868-
"OnAdd": false,
869-
"OnRemove": false,
870-
"OnReenrollment": false
871-
}
872-
}
873-
],
874-
"PasswordOptions": {
875-
"EntrySupported": false,
876-
"StoreRequired": false,
877-
"Style": "Default"
878-
},
879-
"PrivateKeyAllowed": "Required",
880-
"ServerRequired": true,
881-
"PowerShell": false,
882-
"BlueprintAllowed": false,
883-
"CustomAliasAllowed": "Required",
884-
"ServerRegistration": 13,
885-
"InventoryEndpoint": "/AnyInventory/Update"
886-
},
887823
{
888824
"Name": "Azure Application Gateway Certificate",
889825
"ShortName": "AzureAppGw",
@@ -1077,9 +1013,6 @@
10771013
"Style": "Default"
10781014
},
10791015
"PrivateKeyAllowed": "Required",
1080-
"JobProperties": [
1081-
"interfaces"
1082-
],
10831016
"ServerRequired": true,
10841017
"PowerShell": false,
10851018
"BlueprintAllowed": true,
@@ -1162,10 +1095,6 @@
11621095
"Style": "Default"
11631096
},
11641097
"PrivateKeyAllowed": "Required",
1165-
"JobProperties": [
1166-
"virtualServerName",
1167-
"sniCert"
1168-
],
11691098
"ServerRequired": true,
11701099
"PowerShell": false,
11711100
"BlueprintAllowed": false,
@@ -3056,11 +2985,6 @@
30562985
"Style": "Default"
30572986
},
30582987
"PrivateKeyAllowed": "Optional",
3059-
"JobProperties": [
3060-
"TlsMinVersion",
3061-
"TLSMaxVersion",
3062-
"TlsProfileName"
3063-
],
30642988
"ServerRequired": true,
30652989
"PowerShell": false,
30662990
"BlueprintAllowed": false,
@@ -3782,9 +3706,6 @@
37823706
},
37833707
"StorePathValue": "My",
37843708
"PrivateKeyAllowed": "Optional",
3785-
"JobProperties": [
3786-
"InstanceName"
3787-
],
37883709
"ServerRequired": true,
37893710
"PowerShell": false,
37903711
"BlueprintAllowed": true,

0 commit comments

Comments
 (0)