dsccommunity / FailoverClusterDsc

This module contains DSC resources for deployment and configuration of Windows Server Failover Cluster.
MIT License
60 stars 54 forks source link

Cluster: Uses pre-processing instructor #pragma in the schema.mof #105

Open johlju opened 7 years ago

johlju commented 7 years ago

Details of the scenario you tried and the problem that is occurring: xCluster resource uses pre-processing instructor #pragma in the schema.mof which is not normally used in schema.mof.

See here; https://github.com/PowerShell/xFailOverCluster/blob/dev/DSCResources/MSFT_xCluster/MSFT_xCluster.schema.mof

If this is not necessary is should be removed.

The DSC configuration that is using the resource (as detailed as possible): n/a

Version of the Operating System and PowerShell the DSC Target Node is running: n/a

Version of the DSC module you're using, or 'dev' if you're using current dev branch: Dev

johlju commented 7 years ago

@bgelens or @RichardSiddaway do you now what this #pragma is used for?