Hi! I’m a question about Providers. I have been ...
# general
d
Hi! I’m a question about Providers. I have been using the default - with success - for months. I recently created a new (Azure) one so I could bridge two subscriptions. So I’ve got the “default” one, which I never instantiate - and one other. I’ve now got the problem that one of my existing calls to list storage account keys via ListStorageAccountKeys.Invoke() fails, and I can see it using the newly created (incorrect) provider. Why is the newly created provider being used for anything at all when I am not specifying that? Any hints appreciated - thank you!