Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion AWSBedrock/create_purview_dlp_policy_customer_sample.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down
1 change: 0 additions & 1 deletion DLPforCustomAIApps/Create-DlpPolicyForCustomAIApps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

Expand Down