You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi @NowinskiK :)
Could that be possible to solve this problem in the upcoming months?
I know it's not technically a bug, but from my perspective it's a little bit missleading that I'm excluding the object even from deletion process and it's still somehow taken into account - what leads to error than I'm expecting and that's why I'm excluding it.
Kind regards
Marta Uchimiak
I'm not planning to work on this any soon. This is an edge-case and likely will make more harm in the code over benefits.
If you have time and want to convince me I'm wrong - prepare changes and create PR.
Generally, each ADF should have at least once Linked Service to AKV. If you say it's not possible (?) to do that - it sounds like "security is not important for an organisation", which is already bad start.
In this case, the justification of the problem also becomes irrelevant.
Yes you are right, It’s a good point. I will be analyzing if we can implement such a cases correctly to not run into that types of errors anymore.
I understand also your point of view in this case, so If I have free time and problem on our side won’t be possible to fix, I will think about possible solution in your code and share that with you :)
Thank you!
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
The text was updated successfully, but these errors were encountered: