This message was deleted.
# general
s
This message was deleted.
l
Are you testing component resources? The preferred solution here is to not test the Azure SDK: it's already tested by Microsoft. If you have the calls to the SDK outside your component resources, and pass the resulting objects / values into the component resources' constructors, then this problem goes away.
Bringing a functional approach to components makes testing a lot easier.
g
Thanks for the feedback, @little-cartoon-10569. This was indeed the right way to go
👍 1