Skip to content

Commit

Permalink
Merge pull request #48 from InRule/5.8.0
Browse files Browse the repository at this point in the history
5.8.0
  • Loading branch information
lukecolburn authored Oct 24, 2022
2 parents 5e7fb71 + c041ca3 commit f132455
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Dynamics/InRule.Dynamics.Service.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"inRuleVersion": {
"type": "string",
"defaultValue": "5.7.3",
"defaultValue": "5.8.0",
"metadata": {
"description": "Defines what version of the InRule Execution Service to deploy"
}
Expand Down
2 changes: 1 addition & 1 deletion Dynamics/InRule.Dynamics.Service.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"value": true
},
"inRuleVersion": {
"value": "5.7.3"
"value": "5.8.0"
},
"appInsightsInstrumentationKey": {
"value": ""
Expand Down
2 changes: 1 addition & 1 deletion InRule.Catalog.Service.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"inRuleVersion": {
"type": "string",
"defaultValue": "5.7.3",
"defaultValue": "5.8.0",
"metadata": {
"description": "Version of the catalog to deploy"
}
Expand Down
2 changes: 1 addition & 1 deletion InRule.Catalog.Service.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"value": "Basic"
},
"inRuleVersion": {
"value": "5.7.3"
"value": "5.8.0"
},
"catalogServicePlanName": {
"value": ""
Expand Down
2 changes: 1 addition & 1 deletion InRule.Runtime.Service.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"inRuleVersion": {
"type": "string",
"defaultValue": "5.7.3",
"defaultValue": "5.8.0",
"metadata": {
"description": "Version of the execution service to deploy"
}
Expand Down
2 changes: 1 addition & 1 deletion InRule.Runtime.Service.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"value": ""
},
"inRuleVersion": {
"value": "5.7.3"
"value": "5.8.0"
},
"executionServicePlanName": {
"value": ""
Expand Down
6 changes: 2 additions & 4 deletions Marketplace/CreateUIDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
"name": "catalogPassword",
"type": "Microsoft.Common.PasswordBox",
"label": {
"password": "Catalog Password"
"password": "Catalog Password",
"confirmPassword": "Confirm Catalog Password"
},
"toolTip": "Login password to connect to your InRule Rule Catalog",
"visible": true,
Expand All @@ -270,9 +271,6 @@
"message": "Please provide a valid password"
}
]
},
"options": {
"hideConfirmation": true
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Marketplace/InRule.Runtime.Service.marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"inRuleVersion": {
"type": "string",
"defaultValue": "5.7.3",
"defaultValue": "5.8.0",
"metadata": {
"description": "Defines what version of the InRule Execution Service to deploy"
}
Expand Down
2 changes: 1 addition & 1 deletion Salesforce/InRule.Salesforce.Service.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
},
"inRuleVersion": {
"type": "string",
"defaultValue": "5.7.3",
"defaultValue": "5.8.0",
"metadata": {
"description": "Defines what version of the InRule Execution Service to deploy"
}
Expand Down
2 changes: 1 addition & 1 deletion Salesforce/InRule.Salesforce.Service.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"value": true
},
"inRuleVersion": {
"value": "5.7.3"
"value": "5.8.0"
},
"appInsightsResourceName": {
"value": ""
Expand Down

0 comments on commit f132455

Please sign in to comment.