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
Currently the handling of resource deletion works, but it leaves behind some mess. When deleting the entire contents of an object, we should ensure the root property is cleaned up.
Example, if we have the following VyConfigure YAML config:
Currently the handling of resource deletion works, but it leaves behind some mess. When deleting the entire contents of an object, we should ensure the root property is cleaned up.
Example, if we have the following VyConfigure YAML config:
Then, we decide we want to delete the rule named "10", then run
vyconfigure plan
, we get the following command output:As we're deleting the entire property and all of its children, the deletion command can simplified to something like this:
- delete firewall ipv6-name WAN_IN rule 10
The text was updated successfully, but these errors were encountered: