Skip to content

Commit

Permalink
Merge pull request #51 from InRule/5.8.1
Browse files Browse the repository at this point in the history
update arm templates to 5.8.1
  • Loading branch information
lukecolburn authored May 14, 2024
2 parents 795188d + 2cfec5d commit c86af7c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 12 deletions.
10 changes: 7 additions & 3 deletions 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.8.0",
"defaultValue": "5.8.1",
"metadata": {
"description": "Defines what version of the InRule Execution Service to deploy"
}
Expand Down Expand Up @@ -173,7 +173,7 @@
"inrule:crm:serviceBus:owner": "RootManageSharedAccessKey",
"inrule:crm:serviceBus:path": "ruleexecution",
"inrule:repository:licensing:licenseFolder": "D:\\home\\site\\wwwroot",
"inrule:logging:level": "Warn"
"inrule:logging:level": "Info"
},
"saasAppSettings": {
"inrule:api:appconfigurationservice": "[parameters('appConfigurationServiceConnectionString')]",
Expand Down Expand Up @@ -331,6 +331,10 @@
}
],
"outputs": {
"relayKey": {
"type": "string",
"value": "[listKeys(resourceId('Microsoft.Relay/namespaces/authorizationRules', parameters('relayName'), 'RootManageSharedAccessKey'), '2017-04-01').primaryKey]"
},
"relayNamespaceAddress": {
"type": "string",
"value": "[concat(reference(resourceId('Microsoft.Relay/namespaces', parameters('relayName'))).serviceBusEndpoint, 'ruleexecution')]"
Expand All @@ -340,4 +344,4 @@
"value": "[list(resourceId('Microsoft.Web/sites/config', parameters('appServiceName'), 'publishingcredentials'), '2020-06-01')]"
}
}
}
}
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.8.0"
"value": "5.8.1"
},
"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.8.0",
"defaultValue": "5.8.1",
"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.8.0"
"value": "5.8.1"
},
"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.8.0",
"defaultValue": "5.8.1",
"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.8.0"
"value": "5.8.1"
},
"executionServicePlanName": {
"value": ""
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.8.0",
"defaultValue": "5.8.1",
"metadata": {
"description": "Defines what version of the InRule Execution Service to deploy"
}
Expand Down
4 changes: 2 additions & 2 deletions Salesforce/InRule.Salesforce.Service.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
},
"inRuleVersion": {
"type": "string",
"defaultValue": "5.8.0",
"defaultValue": "5.8.1",
"metadata": {
"description": "Defines what version of the InRule Execution Service to deploy"
}
Expand Down Expand Up @@ -208,7 +208,7 @@
"inrule:sf:catalog:ruleAppDirectory": "C:\\RuleApps",
"inrule:sf:catalog:useInRuleCatalog": "true",
"inrule:repository:licensing:licenseFolder": "D:\\home\\site\\wwwroot",
"inrule:logging:level": "Warn"
"inrule:logging:level": "Info"
},
"selfDeployAppSettings": {
"inrule:sf:api:loginUrl": "[parameters('sfLoginUrl')]",
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 @@ -45,7 +45,7 @@
"value": true
},
"inRuleVersion": {
"value": "5.8.0"
"value": "5.8.1"
},
"appInsightsResourceName": {
"value": ""
Expand Down

0 comments on commit c86af7c

Please sign in to comment.