Closed ykuijs closed 2 years ago
Fix is implemented and will be merged in my next Bugfix PR
With this fix you will be able to specify the type of the data in the Value parameter:
SPFarmPropertyBag 'DisableIntranetCalls'
{
Key = 'disableIntranetCalls'
Value = 'False'
ParameterType = 'Boolean'
Ensure = 'Present'
PsDscRunAsCredential = $SPSetupAccount
}
Problem description
The schema of the SPFarmPropertyBag resource currently allows the configuration of a string value. However it is unable to configure any other type of value like a boolean:
Verbose logs
DSC configuration
Suggested solution
Add the possibility to specify other types
SharePoint version and build
Operating system the target node is running
PowerShell version and build the target node is running
SharePointDsc version