Michael Rees Pullen
Michael Rees Pullen
Might take a stab at this one; I would love to have a better deployment story for BCSModels. I think we would need to add the ServiceAppName as a farm...
So I think I am going to do something like ``` SPBCSModel HRAppModel { Name "HR Application" Url = "Service Context URL" ModelFile = "C:\bcsmodels\hr.bcdm" BDCObjectType "Model" Ensure = "Present"...
How about creating a set of stored procedure(s) that evaluates if the SPFarm Config Database exists? If it exists, we would return true; server could join the farm. If it...
wouldn't this work? ``` SPZeroDownTimePatching EnableSideBySideCurrentVersion { MinimumVersion = "16.0.4888.1000" Enabled = "Present" } ... handle cross node dependencies / order SPProductUpdate LatestPatch {} ... wait for all product updates...
Adding the following to Aurelia.json dependencies worked for ``` { "name": "chart.js", "path": "../node_modules/chart.js/dist", "main": "Chart.min.js" }, { "name": "aurelia-chart", "path": "../node_modules/aurelia-chart/dist/amd", "main": "index", "deps": ["chart.js"], "resources": [ "elements/chart-element.html", "elements/chart-element.js",...