You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The body payload abstraction handler for update_policy_container is missing the policy_id key.
To Reproduce
Create an instance of the FirewallManagement service class and then make a call to the update_policy_container operation. Make sure to include the policy_id keyword argument. This argument will not be processed and the key will not be provided as part of the body payload sent to the API.
Expected behavior
The payload handler properly ingests the key value and adds it to the body payload.
Environment (please complete the following information):
OS: All supported
Python: All supported
FalconPy: Up to 1.3.3
Additional context
Discovered while investigating #1059.
The text was updated successfully, but these errors were encountered:
Describe the bug
The body payload abstraction handler for
update_policy_container
is missing thepolicy_id
key.To Reproduce
Create an instance of the FirewallManagement service class and then make a call to the
update_policy_container
operation. Make sure to include thepolicy_id
keyword argument. This argument will not be processed and the key will not be provided as part of the body payload sent to the API.Expected behavior
The payload handler properly ingests the key value and adds it to the body payload.
Environment (please complete the following information):
1.3.3
Additional context
Discovered while investigating #1059.
The text was updated successfully, but these errors were encountered: