self.availableObjsToMigDict[objToMigrateID]! unwraps to nil when selectively migrating policies and causes a hard crash. Other endpoints I checked seem to work fine. I'll try to resolve it, but wanted it out there as a known issue.
It affects both policies and computer groups. The cases for those two endpoints in getEndpoints(endpoint:completion:) don't populate self.availableObjsToMigDict
self.availableObjsToMigDict[objToMigrateID]!
unwraps to nil when selectively migrating policies and causes a hard crash. Other endpoints I checked seem to work fine. I'll try to resolve it, but wanted it out there as a known issue.