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 cbd4b62 commit 048efeaCopy full SHA for 048efea
tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsTests.WithRegion.cs
@@ -64,7 +64,7 @@ public async Task AcquireTokenToRegionalEndpointAsync(bool instanceDiscoveryEnab
64
{
65
// Arrange
66
var factory = new HttpSnifferClientFactory();
67
- var settings = ConfidentialAppSettings.GetSettings(Cloud.Public); // Use legacy config for regional tests
+ var settings = ConfidentialAppSettings.GetSettings(Cloud.PublicLegacy); // Use legacy config for regional tests
68
69
settings.InstanceDiscoveryEndpoint = instanceDiscoveryEnabled;
70
_confidentialClientApplication = BuildCCA(settings, factory);
0 commit comments