Comments
Sort by recent activity
Hi @Jon_Kirkwood, thanks for letting know that we can have only one masking set in each parfile. we tried looping through all parfiles and tried to run using PowerShell command. Also can we just parametrize the maskingsets with sql credentials? for example in the below datamasking snippet we have enpassword value <EnPassword Value="xxxxxxxxxxxxxx" /> Can we just replace that with below line?
<EnPassword Value="${sql_password}" /> where we can fetch the password from KV or azuredevops variables group / comments
Hi @Jon_Kirkwood, thanks for letting know that we can have only one masking set in each parfile.we tried looping through all parfiles and tried to run using PowerShell command.Also can we just para...