Description
Hello,
I would like to ask if it would be possible to not fully take into account objects which where excluded during deletion of not existing objects in the source.
In general I see this feature works correctly, so for example if I don't want to remove linkedService then indeed it won't be deleted. Problem occurs when LinkedService for example is not created along with Microsoft recommendation (problem with privateKeyContent which is parametrized and not using Azure Key Vault - currently we can not avoid this approach and it can't be easily fixed; similar issue found: #85). As I understand your code reads all the objects (even excluded once) at the beginning and later decide whether object should be deleted or not.
Could that be possible to handle that kind of issue in the code? For example to catch the error and check first if it's even a type of the object that should be deleted. That would be really helpful.
Kind Regards
Marta