Skip to content

Commit

Permalink
Update GetExpiringMicrosoft365Group.cs
Browse files Browse the repository at this point in the history
Updated the cmdlet name to better reflect its function
  • Loading branch information
gautamdsheth authored Oct 15, 2022
1 parent 67a4d20 commit b0759af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace PnP.PowerShell.Commands.Microsoft365Groups
{
[Cmdlet(VerbsCommon.Get, "PnPExpiringMicrosoft365Group")]
[Cmdlet(VerbsCommon.Get, "PnPMicrosoft365ExpiringGroup")]
[RequiredMinimalApiPermissions("Group.Read.All")]
public class GetExpiringMicrosoft365Group : PnPGraphCmdlet
{
Expand All @@ -28,4 +28,4 @@ protected override void ExecuteCmdlet()
WriteObject(expiringGroups.OrderBy(p => p.DisplayName), true);
}
}
}
}

0 comments on commit b0759af

Please sign in to comment.