Dan Reist
Dan Reist
@johlju, what's going on with the build right now? I keep getting this from AppVeyor: `The build phase is set to "MSBuild" mode (default), but no Visual Studio project or...
Awesome, you're the man! Thanks!
I found where and why the issue is occurring. I just haven't had time to think through resolutions yet.
Yup, working on it. The changes to the rebase conflict resolution in VS Code is weird. Probably gonna have to manually fix the ChangeLog
The `GenerateDatabaseRightsScript` method requires that a `UserName` be passed to it. By default, the module is using the username the service is running under. Logic would need to be put...
The resource should evaluate if the current node is actively hosting the SQL instance. If it is not hosting the instance, it should write a verbose message stating that it...
To resolve this issue, a parameter called `ProcessOnlyOnActiveNode` should be created on the `Set-TargetResource` and `Test-TargetResource` functions. The `Get-TargetResource` function will execute the helper function `Test-ActiveNode` to determine if the...
@DarenDaigle, what version of SQL Server and SSMS are you using? I'm wondering if the functionality in the interface has changed over the years.
@johlju, in thinking this one through, I think we have two options. 1. Pass in a hashtable (or PSObject) for each application (ReportServerWebService, ReportServerWebApp, PowerBIWebApp) which contains the following properties:...
The resource should evaluate if the current node is actively hosting the SQL instance. If it is not hosting the instance, it should write a verbose message stating that it...