Skip to content

Commit 38c6007

Browse files
fixed manifest
1 parent 2aa77d5 commit 38c6007

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

a10vthunder-orchestrator/manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"extensions": {
33
"Keyfactor.Orchestrators.Extensions.IOrchestratorJobExtension": {
4-
"a10vthunder_orchestrator.ImplementedStoreTypes.ThunderMgmt.Inventory": {
4+
"CertStores.ThunderMgmt.Inventory": {
55
"assemblypath": "a10vthunder-orchestrator.dll",
6-
"TypeFullName": "a10vthunder_orchestrator.Jobs.Inventory"
6+
"TypeFullName": "a10vthunder_orchestrator.ImplementedStoreTypes.ThunderMgmt"
77
},
8-
"a10vthunder_orchestrator.ImplementedStoreTypes.ThunderMgmt.Management": {
8+
"CertStores.ThunderMgmt.Management": {
99
"assemblypath": "a10vthunder-orchestrator.dll",
10-
"TypeFullName": "a10vthunder_orchestrator.Jobs.Management"
10+
"TypeFullName": "a10vthunder_orchestrator.ImplementedStoreTypes.ThunderMgmt"
1111
},
12-
"a10vthunder_orchestrator.ImplementedStoreTypes.ThunderSsl.Inventory": {
12+
"CertStores.ThunderSsl.Inventory": {
1313
"assemblypath": "a10vthunder-orchestrator.dll",
14-
"TypeFullName": "a10vthunder_orchestrator.Jobs.Inventory"
14+
"TypeFullName": "a10vthunder_orchestrator.ImplementedStoreTypes.ThunderSsl"
1515
},
16-
"a10vthunder_orchestrator.ImplementedStoreTypes.ThunderSsl.Management": {
16+
"CertStores.ThunderSsl.Management": {
1717
"assemblypath": "a10vthunder-orchestrator.dll",
18-
"TypeFullName": "a10vthunder_orchestrator.Jobs.Management"
18+
"TypeFullName": "a10vthunder_orchestrator.ImplementedStoreTypes.ThunderSsl"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)