You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Compare-DscParameterState function accepts hashtable for comparing the CurrentValues with the DesiredValues.
The DscResource.Common module does not have the equivalent of ConvertTo-Hashtable for PowerShell classes (this command only accepts [CimInstances[]] as returned by MOF Based resources).
We should probably add the following function instead of adding it to every module with Class Based resources.
(like JeaDsc)
The
Compare-DscParameterState
function accepts hashtable for comparing the CurrentValues with the DesiredValues.The
DscResource.Common
module does not have the equivalent ofConvertTo-Hashtable
for PowerShell classes (this command only accepts[CimInstances[]]
as returned by MOF Based resources).We should probably add the following function instead of adding it to every module with Class Based resources.
(like JeaDsc)
The text was updated successfully, but these errors were encountered: