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
identify the parameter that is used identifying idempotency. Some modules look for a name and others have to check for a comment. Firewall modules are ensured based on their order and thus we use "order number" + "comment" to identify an item. Most module should have an idempotent parameter identified in the code and we just add that to the docstrings. Example: " idempotent_parameter = 'name'"
Module docstrings need to be revised: