Skip to content

Commit

Permalink
Remove uservoice property since it is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Jun 3, 2024
1 parent 346c36f commit 190ef86
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/Commands/Model/SPOTenant.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ public class SPOTenant

public bool BccExternalSharingInvitations { private set; get; }

public string BccExternalSharingInvitationsList { private set; get; }

public bool UserVoiceForFeedbackEnabled { private set; get; }
public string BccExternalSharingInvitationsList { private set; get; }

public bool PublicCdnEnabled { private set; get; }

Expand Down Expand Up @@ -302,14 +300,7 @@ public SPOTenant(Tenant tenant, ClientContext clientContext)
{
UseFindPeopleInPeoplePicker = false;
}
try
{
UserVoiceForFeedbackEnabled = tenant.UserVoiceForFeedbackEnabled;
}
catch
{
UserVoiceForFeedbackEnabled = true;
}

try
{
RequireAnonymousLinksExpireInDays = tenant.RequireAnonymousLinksExpireInDays;
Expand Down

0 comments on commit 190ef86

Please sign in to comment.