Skip to content

Commit

Permalink
Removed management shell reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Sep 17, 2024
1 parent fdcbc1a commit f03ffe7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sdk/PnP.Core.Auth/OAuthAuthenticationProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ public abstract class OAuthAuthenticationProvider : IAuthenticationProvider
/// </summary>
public string TenantId { get; set; }

/// <summary>
/// Default Azure AD application id (PnP Management Shell)
/// </summary>
protected const string DefaultAADAppId = "31359c7f-bd7e-475c-86db-fdb8c937548e";

/// <summary>
/// Local copy of the logger class
/// </summary>
Expand Down

0 comments on commit f03ffe7

Please sign in to comment.