O365 / Adobe Cloud Integration - When deleting integration profile the tenant name/ID does not delete properly.DescriptionWhen Deleting to rebuild Microsoft O365 integration the delete failed to cleanup the tenant id record, so when rebuilding the integration profile the following error message is thrown: java.sql.BatchUpdateException: (conn=315066) Duplicate entry '[tenant_ID]_app' for key 'name'Release or EnvironmentAllCause This Business Rule rule will try to create a "application registry" entry when creating a profile.- If there is one existing then it throws duplicate error.- This is the BR that creates it:https://<<instance-name>>.service-now.com/nav_to.do?uri=sys_script.do?sys_id=2f0e872a8730030067b5ed4d87cb0bab- Check if there is one there already for this tenant on this table:https://<<instance-name>>.service-now.com/oauth_entity_list.do- So when the business rule tries to create a new one, it fails since the name field of these records needs to be unique and the name is generated by the "tenant ID + "_app""ResolutionPlease delete the record associated with old profile and try to create new profile again. (or you can change the name on it to something else, but recommended to delete)