Skip to content

Commit

Permalink
Test-DbaDbDataMaskingConfig - Added missing data types (dataplat#7791)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderstad authored Sep 21, 2021
1 parent 9f6e19b commit 548094b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Test-DbaDbDataMaskingConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function Test-DbaDbDataMaskingConfig {
$allowedActionTypes = @('Add', 'Divide', 'Multiply', 'Nullify', 'Set', 'Subtract')

$allowedDateTimeTypes = @('date', 'datetime', 'datetime2', 'smalldatetime', 'time')
$allowedNumberTypes = @('bigint', 'bit', 'int', 'money', 'smallint')
$allowedNumberTypes = @('bigint', 'bit', 'decimal', 'float', 'int', 'money', 'numeric', 'smallint')

$requiredDateTimeActionProperties = @('Category', 'Subcategory', 'Type', 'Value')
$requiredNumberActionProperties = @('Category', 'Type', 'Value')
Expand Down

0 comments on commit 548094b

Please sign in to comment.