CheckPointAnsibleMgmtCollection icon indicating copy to clipboard operation
CheckPointAnsibleMgmtCollection copied to clipboard

Since v5.2.2, "api_call_facts()" changed the response of api_call_object

Open duanetoler opened this issue 1 year ago • 1 comments

Back in v5.2.2, in checkpoint.py, api_call_facts() (line 582; currently line 591 in master) was changed to transliterate the value of api_call_object from "-" to "_" on the response. However, this created inconsistency with api_call_facts_for_rule() from v5.2.2 and beyond (currently line 1438 in master). api_call_facts_for_rule() doesn't transliterate the two characters.

Will this be corrected? Of course, doing so will be a breaking change for everyone's playbooks, just as it was between v5.2.1 and v5.2.2 (when many of mine broke, like for MDS global-assignment).

duanetoler avatar Dec 04 '24 03:12 duanetoler

Hi, We will consider adding this to the next released version and will about the changes.

chkp-edenbr avatar Dec 04 '24 13:12 chkp-edenbr