We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41d1c6 commit 2f7b0bcCopy full SHA for 2f7b0bc
src/Commands/Teams/SetTeamsTeam.cs
@@ -71,7 +71,7 @@ public class SetTeamsTeam : PnPGraphCmdlet
71
public bool? AllowUserEditMessages;
72
73
[Parameter(Mandatory = false, ParameterSetName = ParameterAttribute.AllParameterSets)]
74
- public Model.Teams.TeamGiphyContentRating GiphyContentRating;
+ public TeamGiphyContentRating GiphyContentRating;
75
76
77
public bool? ShowInTeamsSearchAndSuggestions;
@@ -81,6 +81,7 @@ public class SetTeamsTeam : PnPGraphCmdlet
81
82
83
public bool? AllowCreatePrivateChannels;
84
+
85
protected override void ExecuteCmdlet()
86
{
87
var groupId = Identity.GetGroupId(GraphRequestHelper);
0 commit comments