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 new operation update_policy_container_v2 is a complete replacement for the deprecated operation, update_policy_container. The deprecated operation has been moved to update_policy_container_v1 and the new operation now is used for calls to update_policy_container. The alias for the new operation update_policy_container_v2 is missing.
To Reproduce
Create an instance of the FirewallManagement Service Class or the Uber Class and try and call the operation ID update_policy_container_v2. The call will fail.
Expected behavior
The same response that is received when the operation ID update_policy_container is called.
Environment (please complete the following information):
OS: All supported
Python: All supported
FalconPy: 1.2.6 only
Additional context
Discovered while updating documentation to reflect v1.2.6 changes.
The text was updated successfully, but these errors were encountered:
Describe the bug
The new operation
update_policy_container_v2
is a complete replacement for the deprecated operation,update_policy_container
. The deprecated operation has been moved toupdate_policy_container_v1
and the new operation now is used for calls toupdate_policy_container
. The alias for the new operationupdate_policy_container_v2
is missing.To Reproduce
Create an instance of the FirewallManagement Service Class or the Uber Class and try and call the operation ID
update_policy_container_v2
. The call will fail.Expected behavior
The same response that is received when the operation ID
update_policy_container
is called.Environment (please complete the following information):
Additional context
Discovered while updating documentation to reflect v1.2.6 changes.
The text was updated successfully, but these errors were encountered: