Skip to content

Commit

Permalink
[Panorama] Fixed typos in context-output paths (demisto#36276)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

* update

* update

* update

* fix RM102

* merge from master

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
  • Loading branch information
michal-dagan and ShirleyDenkberg authored Sep 30, 2024
1 parent 702f13e commit 8bf6a12
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 68 deletions.
7 changes: 2 additions & 5 deletions Packs/PAN-OS/.pack-ignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[file:PAN-OS]
ignore=PA116

[file:Panorama.yml]
ignore=IN136
[file:playbook-PAN-OS_-_Block_IP_-_Static_Address_Group_README.md]
ignore=RM106

[file:README.md]
ignore=RM102,RM106

[file:playbook-PAN-OS_-_Block_IP_-_Static_Address_Group_README.md]
ignore=RM106

[file:playbook-PAN-OS_-_Block_URL_-_Custom_URL_Category_README.md]
Expand Down
28 changes: 26 additions & 2 deletions Packs/PAN-OS/Integrations/Panorama/Panorama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ script:
- contextPath: Panorama.Services.Protocol
description: The service protocol.
type: string
- contextPath: Panorama.Services.Descritpion
- contextPath: Panorama.Services.Description
description: The service description.
type: string
- contextPath: Panorama.Services.DestinationPort
Expand Down Expand Up @@ -4373,7 +4373,7 @@ script:
- contextPath: Panorama.Services.Protocol
description: The service protocol.
type: string
- contextPath: Panorama.Services.Descritpion
- contextPath: Panorama.Services.Description
description: The service description.
type: string
- contextPath: Panorama.Services.DestinationPort
Expand Down Expand Up @@ -5417,6 +5417,9 @@ script:
- contextPath: Panorama.SecurityRule.Tags
description: The tags for the rule.
type: String
- contextPath: Panorama.SecurityRules.ProfileSetting
description: The profile setting group.
type: String
execution: true
- arguments:
- description: The name of the rule to delete.
Expand Down Expand Up @@ -5893,6 +5896,27 @@ script:
- contextPath: Panorama.SecurityRule.SecurityProfile
description: The security profile settings applied to the security rule.
type: Unknown
- contextPath: Panorama.SecurityRule.SecurityProfile.file-blocking
description: The security profile setting for file-blocking in the security rule.
type: String
- contextPath: Panorama.SecurityRule.SecurityProfile.data-filtering
description: The security profile setting for data filtering in the security rule.
type: String
- contextPath: Panorama.SecurityRule.SecurityProfile.wildfire-analysis
description: The security profile setting for wildfire-analysis in the security rule.
type: String
- contextPath: Panorama.SecurityRule.SecurityProfile.spyware
description: The security profile setting for spyware in the security rule.
type: String
- contextPath: Panorama.SecurityRule.SecurityProfile.vulnerability
description: The security profile setting for vulnerability in the security rule.
type: String
- contextPath: Panorama.SecurityRule.SecurityProfile.virus
description: The security profile setting for viruses in the security rule.
type: String
- contextPath: Panorama.SecurityRule.SecurityProfile.url-filtering
description: The security profile setting for url-filtering in the security rule.
type: String
- contextPath: Panorama.SecurityRule.Target.devices
description: The devices targeted by the security rule.
type: String
Expand Down
Loading

0 comments on commit 8bf6a12

Please sign in to comment.