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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: