diff --git a/Packs/CommonScripts/ReleaseNotes/1_15_45.md b/Packs/CommonScripts/ReleaseNotes/1_15_45.md new file mode 100644 index 000000000000..6d5756777351 --- /dev/null +++ b/Packs/CommonScripts/ReleaseNotes/1_15_45.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### IsIntegrationAvailable + +Fixed an issue where the script would return an error when the *raw-response* argument was provided. diff --git a/Packs/CommonScripts/Scripts/IsIntegrationAvailable/IsIntegrationAvailable.js b/Packs/CommonScripts/Scripts/IsIntegrationAvailable/IsIntegrationAvailable.js index f0c6b4ea741b..cbd8b638c485 100644 --- a/Packs/CommonScripts/Scripts/IsIntegrationAvailable/IsIntegrationAvailable.js +++ b/Packs/CommonScripts/Scripts/IsIntegrationAvailable/IsIntegrationAvailable.js @@ -9,7 +9,7 @@ function isIntegrationAvailable(brandName, allInstances) { return { 'Type': entryTypes['note'], - 'ContentsFormat': formats['json'], + 'ContentsFormat': formats['text'], 'Contents': readableOutput, 'HumanReadable': readableOutput, 'EntryContext': {'brandInstances': brandInstances} diff --git a/Packs/CommonScripts/pack_metadata.json b/Packs/CommonScripts/pack_metadata.json index cc17f6f4e7c0..2cc409cd5e42 100644 --- a/Packs/CommonScripts/pack_metadata.json +++ b/Packs/CommonScripts/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Scripts", "description": "Frequently used scripts pack.", "support": "xsoar", - "currentVersion": "1.15.44", + "currentVersion": "1.15.45", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",