Skip to content

Commit

Permalink
Changed the required permissions attribute to use Delegated or Applic…
Browse files Browse the repository at this point in the history
…ation Permissions
  • Loading branch information
NishkalankBezawada committed Oct 28, 2024
1 parent 701319d commit 120ec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/Admin/GetTenantInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace PnP.PowerShell.Commands.Admin
{
[Cmdlet(VerbsCommon.Get, "PnPTenantInfo")]
[RequiredApiApplicationPermissions("graph/CrossTenantInformation.ReadBasic.All")]
[RequiredApiDelegatedOrApplicationPermissions("graph/CrossTenantInformation.ReadBasic.All")]
[OutputType(typeof(Model.TenantInfo))]
public class GetTenantInfo : PnPAdminCmdlet
{
Expand Down

0 comments on commit 120ec7f

Please sign in to comment.