diff --git a/AWSBedrock/create_purview_dlp_policy_customer_sample.ps1 b/AWSBedrock/create_purview_dlp_policy_customer_sample.ps1 index 076a4ff..20bcd70 100644 --- a/AWSBedrock/create_purview_dlp_policy_customer_sample.ps1 +++ b/AWSBedrock/create_purview_dlp_policy_customer_sample.ps1 @@ -149,7 +149,6 @@ if ($EnableDlpPolicy) { @{ Setting = "UploadText"; Value = "Block" }, @{ Setting = "DownloadText"; Value = "Block" } ) - StopPolicyProcessing = $true Comment = "Blocks prompts and responses containing common sensitive information types in custom AI apps." } diff --git a/DLPforCustomAIApps/Create-DlpPolicyForCustomAIApps.ps1 b/DLPforCustomAIApps/Create-DlpPolicyForCustomAIApps.ps1 index 9b1533e..a6ea67d 100644 --- a/DLPforCustomAIApps/Create-DlpPolicyForCustomAIApps.ps1 +++ b/DLPforCustomAIApps/Create-DlpPolicyForCustomAIApps.ps1 @@ -157,7 +157,6 @@ $ruleParams = @{ @{ Setting = "UploadText"; Value = $RestrictAction }, @{ Setting = "DownloadText"; Value = $RestrictAction } ) - StopPolicyProcessing = $true Comment = "Blocks prompts and responses containing the listed sensitive information types." }