When adding and removing profiles from a group in one save action, do the removes first
When testing "what if I swap out the profile that defines only Enterprise SSO for one with Enterprise and Platform SSO defined", one ends up with this error:
""LocalizedDescription": "The URL “https://login.microsoftonline.com/” appears in more than one Single Sign On Extension payload.""
Yep, true fact: if you try to install my new profile that expands the SSO configuration into PSSO before pulling out the existing profile, that URL will be in 2 profiles at once.
Therefore, could it be possible that if an update to a Group contains both adds and removes, the removes could be processed first, then the adds, never leading to the overlap problem?
