I’m setting use_managed_identity to true for my linked service in Azure Data Factory. The managed identity is a user assigned one.. but what is provisioned is always ‘System Assigned’. Question is: how does it determine the Authentication Type when you can pick from System or User, it seems there’s no way to pass this in? Does it default to System or does it infer it from the MI itself which if so seems to be broken in my case.