Add Test-IsNumericType from SqlServerDsc => DscResource.Common Public Functions #87
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Problem description
Test-IsNumericType: Move to DscResource.Common as a public command was created in the SqlServerDsc module under Issue 1795. It was determined this function may better serve the DSC community from the DscResource.Common module.
This function is used to assert that an object is of a numeric type, returning a Boolean value of
$true
or$false
.Verbose logs
How to reproduce
N/A
Expected behavior
N/A
Current behavior
Suggested solution
Add to DscResource.Common under Public functions; Remove from SqlServerDsc after DscResource.Common changes have been merged.
Operating system the target node is running
PowerShell version and build the target node is running
Module version used
The text was updated successfully, but these errors were encountered: