Skip to content

Commit 5acc3bb

Browse files
Fixed manifest
1 parent e5ef010 commit 5acc3bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

a10vthunder-orchestrator/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"extensions": {
33
"Keyfactor.Orchestrators.Extensions.IOrchestratorJobExtension": {
4-
"CertStores.ThunderMgmt.Inventory": {
4+
"a10vthunder_orchestrator.ImplementedStoreTypes.Mgmt.Inventory": {
55
"assemblypath": "a10vthunder-orchestrator.dll",
66
"TypeFullName": "a10vthunder_orchestrator.Jobs.Inventory"
77
},
8-
"CertStores.ThunderMgmt.Management": {
8+
"a10vthunder_orchestrator.ImplementedStoreTypes.Mgmt.Management": {
99
"assemblypath": "a10vthunder-orchestrator.dll",
1010
"TypeFullName": "a10vthunder_orchestrator.Jobs.Management"
1111
},
12-
"CertStores.ThunderSsl.Inventory": {
12+
"a10vthunder_orchestrator.ImplementedStoreTypes.Ssl.Inventory": {
1313
"assemblypath": "a10vthunder-orchestrator.dll",
1414
"TypeFullName": "a10vthunder_orchestrator.Jobs.Inventory"
1515
},
16-
"CertStores.ThunderSsl.Management": {
16+
"a10vthunder_orchestrator.ImplementedStoreTypes.Ssl.Management": {
1717
"assemblypath": "a10vthunder-orchestrator.dll",
1818
"TypeFullName": "a10vthunder_orchestrator.Jobs.Management"
1919
}

0 commit comments

Comments
 (0)