From 78699613ece5f35d00fb5a56511d7174decf97f3 Mon Sep 17 00:00:00 2001 From: Alp Kose Date: Wed, 31 Jul 2024 18:48:37 +0300 Subject: [PATCH] docs update --- docs/panos-upgrade-assurance/api/utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/panos-upgrade-assurance/api/utils.md b/docs/panos-upgrade-assurance/api/utils.md index 2950300..28a1019 100644 --- a/docs/panos-upgrade-assurance/api/utils.md +++ b/docs/panos-upgrade-assurance/api/utils.md @@ -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__