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 typo in inputs description for pan-os-custom-block-rule #20188

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions Packs/PAN-OS/Integrations/Panorama/Panorama.yml
Expand Up @@ -1460,14 +1460,14 @@ script:
name: profile_setting
- auto: PREDEFINED
defaultValue: bottom
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument.
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument.
name: where
predefined:
- before
- after
- top
- bottom
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument.
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument.
name: dst
description: Creates a policy rule.
execution: true
Expand Down Expand Up @@ -1561,14 +1561,14 @@ script:
name: tags
- auto: PREDEFINED
defaultValue: bottom
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument.
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument.
name: where
predefined:
- before
- after
- top
- bottom
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument.
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument.
name: dst
description: Creates a custom block policy rule.
execution: true
Expand Down Expand Up @@ -1604,15 +1604,15 @@ script:
name: rulename
required: true
- auto: PREDEFINED
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument.
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "afer", you need to supply the "dst" argument.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "afer", you need to supply the "dst" argument.
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument.

name: where
predefined:
- before
- after
- top
- bottom
required: true
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument.
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument.
name: dst
- auto: PREDEFINED
description: The rule location. Mandatory for Panorama instances.
Expand Down Expand Up @@ -4792,14 +4792,14 @@ script:
name: profile_setting
- auto: PREDEFINED
defaultValue: bottom
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument.
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument.
name: where
predefined:
- before
- after
- top
- bottom
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument.
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument.
name: dst
description: Creates a policy rule.
execution: true
Expand Down Expand Up @@ -4892,14 +4892,14 @@ script:
name: tags
- auto: PREDEFINED
defaultValue: bottom
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument.
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument.
name: where
predefined:
- before
- after
- top
- bottom
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument.
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument.
name: dst
description: Creates a custom block policy rule.
execution: true
Expand Down Expand Up @@ -4934,15 +4934,15 @@ script:
name: rulename
required: true
- auto: PREDEFINED
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument.
description: Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument.
name: where
predefined:
- before
- after
- top
- bottom
required: true
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument.
- description: The destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument.
name: dst
- auto: PREDEFINED
description: The rule location. Mandatory for Panorama instances.
Expand Down
12 changes: 6 additions & 6 deletions Packs/PAN-OS/Integrations/Panorama/README.md
Expand Up @@ -2179,8 +2179,8 @@ Creates a policy rule.
| tags | Rule tags to create. | Optional |
| category | A comma-separated list of URL categories. | Optional |
| profile_setting | A profile setting group. | Optional |
| where | Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument. | Optional |
| dst | Destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument. | Optional |
| where | Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument. | Optional |
| dst | Destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument. | Optional |

#### Context Output

Expand Down Expand Up @@ -2247,8 +2247,8 @@ Creates a custom block policy rule.
| log_forwarding | Log forwarding profile. | Optional |
| device-group | The device group for which to return addresses for the rule (Panorama instances). | Optional |
| tags | Tags for which to use for the custom block policy rule. | Optional |
| where | Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument. | Optional |
| dst | Destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument. | Optional |
| where | Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument. | Optional |
| dst | Destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument. | Optional |

#### Context Output

Expand Down Expand Up @@ -2299,8 +2299,8 @@ Changes the location of a policy rule.
| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| rulename | Name of the rule to move. | Required |
| where | Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "top" or "bottom", you need to supply the "dst" argument. | Required |
| dst | Destination rule relative to the rule that you are moving. This field is only relevant if you specify "top" or "bottom" in the "where" argument. | Optional |
| where | Where to move the rule. Can be "before", "after", "top", or "bottom". If you specify "before" or "after", you need to supply the "dst" argument. | Required |
| dst | Destination rule relative to the rule that you are moving. This field is only relevant if you specify "before" or "after" in the "where" argument. | Optional |
| pre_post | Rule location. Mandatory for Panorama instances. | Optional |
| device-group | The device group for which to return addresses for the rule (Panorama instances). | Optional |

Expand Down