Ignore dynamic mask doesn't work for Azure devops plugin?
yeweinan
Posts: 3 New member
Hi team,
I set the <IgnoreDynamicDataMasking>True</IgnoreDynamicDataMasking> in the ComparisonOptions.xml.
I can see that sql source control in the SSMS is ignoring the mask. But the DevOps 'Create a database release artifact' step still generating the sql with alter table.
Am I doing a wrong practice or the DevOps plugin doesn't support the feature?
SQL Change Automation: Release, version 4.2.2
Many thanks,
Weinan
I set the <IgnoreDynamicDataMasking>True</IgnoreDynamicDataMasking> in the ComparisonOptions.xml.
I can see that sql source control in the SSMS is ignoring the mask. But the DevOps 'Create a database release artifact' step still generating the sql with alter table.
Am I doing a wrong practice or the DevOps plugin doesn't support the feature?
SQL Change Automation: Release, version 4.2.2
Many thanks,
Weinan
Tagged:
Answers
SCA PowerShell version does not make use of the ComparisonOptions.xml created using SQL Source Control.
The user needs to set the required SQL Compare options within the cmdlet they are using, for example the New-DatabaseArtifact -
<br>Many Thanks<br>Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com