Skip to content

Commit 190ef86

Browse files
authored
Remove uservoice property since it is deprecated
1 parent 346c36f commit 190ef86

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/Commands/Model/SPOTenant.cs

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ public class SPOTenant
5959

6060
public bool BccExternalSharingInvitations { private set; get; }
6161

62-
public string BccExternalSharingInvitationsList { private set; get; }
63-
64-
public bool UserVoiceForFeedbackEnabled { private set; get; }
62+
public string BccExternalSharingInvitationsList { private set; get; }
6563

6664
public bool PublicCdnEnabled { private set; get; }
6765

@@ -302,14 +300,7 @@ public SPOTenant(Tenant tenant, ClientContext clientContext)
302300
{
303301
UseFindPeopleInPeoplePicker = false;
304302
}
305-
try
306-
{
307-
UserVoiceForFeedbackEnabled = tenant.UserVoiceForFeedbackEnabled;
308-
}
309-
catch
310-
{
311-
UserVoiceForFeedbackEnabled = true;
312-
}
303+
313304
try
314305
{
315306
RequireAnonymousLinksExpireInDays = tenant.RequireAnonymousLinksExpireInDays;

0 commit comments

Comments
 (0)