Skip to content

Commit

Permalink
Merge pull request #130 from cjvandyk/5.6.800
Browse files Browse the repository at this point in the history
5.6.800 updates
  • Loading branch information
cjvandyk authored Feb 20, 2024
2 parents dc82d91 + f2d95bc commit 3c42429
Show file tree
Hide file tree
Showing 23 changed files with 420 additions and 297 deletions.
19 changes: 0 additions & 19 deletions Classes/Extensions.Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -942,25 +942,6 @@ public static AzureEnvironment GetAzureEnvironment(string env)
}
#endregion GetAzureEnvironment

#region GetAuthorityDomain
/// <summary>
/// A public method to get the domain extension.
/// </summary>
/// <param name="azureEnvironment">The name of the Azure environment
/// type.</param>
/// <returns>".us" if the environment is USGovGCCHigh otherwise it
/// will return ".com".</returns>
public static string GetAuthorityDomain(
AzureEnvironment azureEnvironment = AzureEnvironment.USGovGCCHigh)
{
if (azureEnvironment == AzureEnvironment.USGovGCCHigh)
{
return ".us";
}
return ".com";
}
#endregion GetAuthorityDomain

#region Group
/// <summary>
/// A private method to get a group of list of groups where the
Expand Down
27 changes: 0 additions & 27 deletions Classes/Extensions.Graph.DriveItem.cs

This file was deleted.

Loading

0 comments on commit 3c42429

Please sign in to comment.