Skip to content

Commit 5ae4bf4

Browse files
committed
FIX OpenICF.Net connector version
1 parent e68250c commit 5ae4bf4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

openidm-zip/src/main/resources/samples/powershell2AD/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Returns:
8888
"connectorRef": {
8989
"connectorName": "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
9090
"bundleName": "MsPowerShell.Connector",
91-
"bundleVersion": "1.4.1.0"
91+
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
9292
},
9393
"ok": true
9494
}

openidm-zip/src/main/resources/samples/powershell2AzureAD/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This class runs through variations of the calls below and validates that the Pow
143143
"connectorRef" : {
144144
"bundleName" : "MsPowerShell.Connector",
145145
"connectorName" : "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
146-
"bundleVersion" : "1.4.3.0"
146+
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
147147
},
148148
"displayName" : "PowerShell Connector ",
149149
"ok" : true

openidm-zip/src/main/resources/samples/provisioners/provisioner.openicf-adpowershell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"connectorHostRef" : "dotnet",
55
"connectorName" : "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
66
"bundleName" : "MsPowerShell.Connector",
7-
"bundleVersion" : "[1.4.2.0,1.5.0.0)"
7+
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
88
},
99
"poolConfigOption" : {
1010
"maxObjects" : 10,

openidm-zip/src/main/resources/samples/provisioners/provisioner.openicf-azureadpowershell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"connectorHostRef" : "dotnet",
66
"connectorName" : "Org.ForgeRock.OpenICF.Connectors.MsPowerShell.MsPowerShellConnector",
77
"bundleName" : "MsPowerShell.Connector",
8-
"bundleVersion" : "[1.4.3.0,1.5.0.0)"
8+
"bundleVersion" : "[1.4.3.0,2.0.0.0)"
99
},
1010
"poolConfigOption" : {
1111
"maxObjects" : 10,

0 commit comments

Comments
 (0)