Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenkose committed Jul 31, 2024
1 parent 17a4fd7 commit 7869961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/panos-upgrade-assurance/api/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ Introduces some initial verification logic:
* if `requested_config` is `None` we immediately treat it as if `all` was passed implicitly
(see [`dialect`](/panos/docs/panos-upgrade-assurance/dialect)) - it's expanded to `valid_elements`
* `_requested_config_element_names` is introduced as `requested_config` stripped of any element configurations.
Meaning top level keys of nested dictionaries in the `requested_config` are used as element names.
Additionally, we do verification if all elements of this variable match `valid_elements`,
if they do not, an exception is thrown by default.
`request_config` is checked at top level key in case of nested dictionaries within the list.
* `_requested_all_not_elements` is set to `True` if all elements of `requested_config` are `not-element`s.

__Parameters__
Expand Down

0 comments on commit 7869961

Please sign in to comment.