Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New-DbaDbMaskingConfig.ps1 does not support numeric data type #9482

Open
JosiahSiegel opened this issue Oct 1, 2024 · 0 comments
Open

New-DbaDbMaskingConfig.ps1 does not support numeric data type #9482

JosiahSiegel opened this issue Oct 1, 2024 · 0 comments
Labels
bugs life triage required New issue that has not been reviewed by maintainers

Comments

@JosiahSiegel
Copy link

Verified issue does not already exist?

I have searched and found no existing issue

What error did you receive?

Columns with datetype "numeric" are not supported by New-DbaDbMaskingConfig.ps1, but "numeric" is a synonym for "decimal"

Source Code

Steps to Reproduce

$piiscan = Invoke-DbaDbPiiScan -SqlInstance $server -Database TESTDB -Table TESTTABLE -Column <<numeric column>>
New-DbaDbMaskingConfig -SqlInstance $server -Table TESTTABLE -Column <<numeric column>> -Path D:\dbatoolsMask -InputObject $piiscan

Please confirm that you are running the most recent version of dbatools

2.1.24

Other details or mentions

No response

What PowerShell host was used when producing this error

VS Code (terminal)

PowerShell Host Version

Name Value


PSVersion 5.1.22621.4111
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.22621.4111
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

SQL Server Edition and Build number

Microsoft SQL Azure (RTM) - 12.0.2000.8

.NET Framework Version

.NET Framework 4.8.9261.0

@JosiahSiegel JosiahSiegel added bugs life triage required New issue that has not been reviewed by maintainers labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs life triage required New issue that has not been reviewed by maintainers
Projects
None yet
Development

No branches or pull requests

1 participant