From 7f9e85b00d5be016708d132cfbbd7e5e99d5fed8 Mon Sep 17 00:00:00 2001 From: dinesh-crest Date: Thu, 6 Apr 2023 16:34:39 +0530 Subject: [PATCH] Updated 'de-identify' to be consistent everywhere --- dlp/deIdentifyWithExceptionList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlp/deIdentifyWithExceptionList.js b/dlp/deIdentifyWithExceptionList.js index c56d7bbd00..717a12be0d 100644 --- a/dlp/deIdentifyWithExceptionList.js +++ b/dlp/deIdentifyWithExceptionList.js @@ -15,8 +15,8 @@ 'use strict'; // sample-metadata: -// title: Deidentify with Exception List -// description: Deidentify sensitive data in a string with exceptions +// title: De-identify with Exception List +// description: De-identify sensitive data in a string with exceptions // usage: node deIdentifyWithExceptionList.js my-project string words infotypes function main(projectId, textToInspect, words, infoTypes) {