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

[Panorama] Fixed typos in context-output paths #36276

Merged
merged 18 commits into from
Sep 30, 2024
Merged
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
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
Loading