From 3bb9e6e78ece3074cf1d6abcbbaf31a4f0d930a1 Mon Sep 17 00:00:00 2001 From: RAF Date: Wed, 25 Sep 2024 15:07:53 -0400 Subject: [PATCH 1/2] Fixed an Error in the README.md File related to fetch settings. Added missing Regions in the integration settings parameters. --- .../Palo_Alto_Networks_Enterprise_DLP.yml | 7 ++++++- .../Palo_Alto_Networks_Enterprise_DLP/README.md | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/Palo_Alto_Networks_Enterprise_DLP.yml b/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/Palo_Alto_Networks_Enterprise_DLP.yml index e336868567f..128420d695e 100644 --- a/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/Palo_Alto_Networks_Enterprise_DLP.yml +++ b/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/Palo_Alto_Networks_Enterprise_DLP.yml @@ -29,6 +29,11 @@ configuration: - EU - AP - UK + - CA + - FR + - AU + - IN + - JP required: false - display: Data profiles to allow exemption name: dlp_exemptible_list @@ -156,4 +161,4 @@ script: type: python fromversion: 5.0.0 tests: -- Palo_Alto_Networks_Enterprise_DLP - Test +- Palo_Alto_Networks_Enterprise_DLP - Test \ No newline at end of file diff --git a/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/README.md b/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/README.md index cbf509d4831..96ad18ae3a2 100644 --- a/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/README.md +++ b/Packs/Palo_Alto_Networks_Enterprise_DLP/Integrations/Palo_Alto_Networks_Enterprise_DLP/README.md @@ -22,7 +22,6 @@ Make sure the toggle at the bottom is switched on. | DLP Regions | | False | | Data profiles to allow exemption | A comma-separated list of data profile names to request an exemption. Use "\*" to allow everything. | False | | Bot Message | The message to send to the user to ask for feedback. | False | - | Fetch incidents | | False | 4. Click **Test** to validate the URLs, token, and connection. ## Commands From ed2e8d57171361900a295cfffd539c0c014bdf0c Mon Sep 17 00:00:00 2001 From: RAF Date: Tue, 1 Oct 2024 09:01:53 -0400 Subject: [PATCH 2/2] Updated ReleaseNotes 2_0_11.md with changes made --- .../ReleaseNotes/2_0_11.md | 7 +++++++ Packs/Palo_Alto_Networks_Enterprise_DLP/pack_metadata.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Packs/Palo_Alto_Networks_Enterprise_DLP/ReleaseNotes/2_0_11.md diff --git a/Packs/Palo_Alto_Networks_Enterprise_DLP/ReleaseNotes/2_0_11.md b/Packs/Palo_Alto_Networks_Enterprise_DLP/ReleaseNotes/2_0_11.md new file mode 100644 index 00000000000..5b5d6559b32 --- /dev/null +++ b/Packs/Palo_Alto_Networks_Enterprise_DLP/ReleaseNotes/2_0_11.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Palo Alto Networks Enterprise DLP + +- Removed the Fetch Incidents setting from integration documentation. +- Added additional DLP Regions Australia, Canada, India, Japan, France. \ No newline at end of file diff --git a/Packs/Palo_Alto_Networks_Enterprise_DLP/pack_metadata.json b/Packs/Palo_Alto_Networks_Enterprise_DLP/pack_metadata.json index c64cba39561..ef186c15007 100644 --- a/Packs/Palo_Alto_Networks_Enterprise_DLP/pack_metadata.json +++ b/Packs/Palo_Alto_Networks_Enterprise_DLP/pack_metadata.json @@ -5,7 +5,7 @@ "support": "xsoar", "author": "Palo Alto Networks Enterprise DLP", "url": "https://www.paloaltonetworks.com/enterprise-data-loss-prevention", - "currentVersion": "2.0.10", + "currentVersion": "2.0.11", "categories": [ "Network Security" ],