Brandon
Brandon
@randomnote1 This does not sound like an issue with Connect-SQL, but rather a configuration issue with your server. I imagine this translation should be handled either by the SQL Browser...
The `SqlSetup` resource does not currently support the `/FAILOVERCLUSTERDISKS` parameter when installing a cluster. Only disks which contain referenced paths (SQLUserDBDir, SQLTempDBDir, etc.) will be automatically added to the resource...
Reviving this thread a bit as I recently went through some pain implementing AGs with DSC. I agree completely that these two resources should be merged. I think the MOF...
Since the resource's code will be running on a cluster member, we can utilize the cluster registry to access some mapping information stored with the cluster resource. Based on some...
@mdniou I started implementing these changes awhile back, but was sidetracked by other work. I think all that is left is some unit testing.