Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into pr1047
  • Loading branch information
bjansen committed Aug 9, 2024
2 parents cbe6f24 + 24a207c commit 98fa47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/PnP.Framework/AuthenticationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ public static string GetSharePointDomainSuffix(AzureEnvironment environment)
return (environment) switch
{
AzureEnvironment.Production => "com",
AzureEnvironment.USGovernment => "us",
AzureEnvironment.USGovernment => "com",
AzureEnvironment.USGovernmentHigh => "us",
AzureEnvironment.USGovernmentDoD => "us",
AzureEnvironment.Germany => "de",
Expand Down

0 comments on commit 98fa47e

Please # to comment.