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 7d353fc commit cd55442Copy full SHA for cd55442
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