Description
I know that uid's have been removed (for example #27), but we are using uid's for referencing rules - when we are updating/disabling/deleting existing one or adding new ones relative to existing rule defined by uid.
Existing rules have barely names (less than 0.01 %), but each rule has a comment (sometimes a custom variable with a tag) with a change number, so in case of rollback it can be used for finding related rules.
In our approval workflow are uid's mandatory and without uid support I must stick with my own scripts or just doing bare rest calls through ansible. Would be nice to switch to this collection.
Sure, in some cases it might be bad practice, but there can be a big warning, like Fortigate has in their collection when id 0 is used (still weir because in my scripts I can read new rule id from results, so pretty weird limitation).
Thanks