We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b28b9 commit 759b852Copy full SHA for 759b852
src/Accounts/Accounts.Test/AutosaveTests.cs
@@ -52,7 +52,7 @@ void ResetState()
52
AzureSession.Instance.AuthenticationFactory = new MockTokenAuthenticationFactory();
53
Environment.SetEnvironmentVariable("Azure_PS_Data_Collection", "false");
54
PowerShellTokenCacheProvider tokenProvider = new InMemoryTokenCacheProvider();
55
- AzureSession.Instance.RegisterComponent(PowerShellTokenCacheProvider.PowerShellTokenCacheProviderKey, () => tokenProvider);
+ AzureSession.Instance.RegisterComponent(PowerShellTokenCacheProvider.PowerShellTokenCacheProviderKey, () => tokenProvider, true);
56
}
57
58
[Fact]
0 commit comments