Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix documentation link pan-os #26388

Merged
merged 13 commits into from May 15, 2023
Expand Up @@ -2,7 +2,7 @@ The integration uses the Panorama XML API.
To obtain an API Key, run the following REST command and copy the key:
https://[PanoramaIP]/api/?type=keygen&user=[user]&password=[password]

For more information, visit the [Palo Alto Networks documentation](https://www.paloaltonetworks.com/documentation).
For more information, visit the [Palo Alto Networks documentation](https://docs.paloaltonetworks.com/panorama).

---
You need to create a separate integration instance for Palo Alto Networks Firewall and Palo Alto Networks. Unless specified otherwise, all commands are valid for both Firewall and Panorama.
Expand Down
6 changes: 6 additions & 0 deletions Packs/PAN-OS/ReleaseNotes/1_17_1.md
@@ -0,0 +1,6 @@

#### Integrations

##### Palo Alto Networks PAN-OS

- Fixed an issue where the documentation link was old.
2 changes: 1 addition & 1 deletion Packs/PAN-OS/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "PAN-OS by Palo Alto Networks",
"description": "Manage Palo Alto Networks Firewall and Panorama. For more information see Panorama documentation.",
"support": "xsoar",
"currentVersion": "1.17.0",
"currentVersion": "1.17.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -172,7 +172,7 @@ script:
description: Gets a specific dynamic address group.
execution: false
name: pan-os-get-dag
dockerimage: demisto/python3:3.10.8.37233
dockerimage: demisto/python3:3.10.11.58677
feed: false
isfetch: false
longRunning: false
Expand Down
Expand Up @@ -8,7 +8,7 @@ You can use this new feature on:
* Firewalls that run PAN-OS version 9.0 and have App-ID enabled.
* Panorama running PAN-OS version 9.0. You don’t have to upgrade firewalls that Panorama manages to use the Policy Optimizer capabilities. However, to use these capabilities, managed firewalls must run PAN-OS 8.1 or later. If managed firewalls connect to Log Collectors, those Log Collectors must also run PAN-OS version 9.0. Managed PA-7000 Series firewalls that have a Log Processing Card (LPC) can also run PAN-OS 8.1 (or later).

For more information, visit the [Palo Alto Networks documentation](https://www.paloaltonetworks.com/documentation).
For more information, visit the [Palo Alto Networks documentation](https://docs.paloaltonetworks.com/pan-os/10-1/pan-os-admin/app-id/security-policy-rule-optimization).

---
You need to create a separate integration instance for Palo Alto Networks Firewall and Palo Alto Networks. Unless specified otherwise, all commands are valid for both Firewall and Panorama.
Expand Down
7 changes: 7 additions & 0 deletions Packs/PANOSPolicyOptimizer/ReleaseNotes/1_1_5.md
@@ -0,0 +1,7 @@

#### Integrations

##### PAN-OS Policy Optimizer (Beta)

- Fixed an issue where the documentation link was old.
- Updated the Docker image to: *demisto/python3:3.10.11.58677*.
2 changes: 1 addition & 1 deletion Packs/PANOSPolicyOptimizer/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "PAN-OS Policy Optimizer (beta)",
"description": "This integration introduces Policy Optimizer and DAG features that are not available through the regular PAN API",
"support": "community",
"currentVersion": "1.1.4",
"currentVersion": "1.1.5",
"author": "Maciej Drobniuch and Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down