Skip to content

Commit 2f7b0bc

Browse files
committed
Minor update
1 parent c41d1c6 commit 2f7b0bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/Teams/SetTeamsTeam.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class SetTeamsTeam : PnPGraphCmdlet
7171
public bool? AllowUserEditMessages;
7272

7373
[Parameter(Mandatory = false, ParameterSetName = ParameterAttribute.AllParameterSets)]
74-
public Model.Teams.TeamGiphyContentRating GiphyContentRating;
74+
public TeamGiphyContentRating GiphyContentRating;
7575

7676
[Parameter(Mandatory = false, ParameterSetName = ParameterAttribute.AllParameterSets)]
7777
public bool? ShowInTeamsSearchAndSuggestions;
@@ -81,6 +81,7 @@ public class SetTeamsTeam : PnPGraphCmdlet
8181

8282
[Parameter(Mandatory = false, ParameterSetName = ParameterAttribute.AllParameterSets)]
8383
public bool? AllowCreatePrivateChannels;
84+
8485
protected override void ExecuteCmdlet()
8586
{
8687
var groupId = Identity.GetGroupId(GraphRequestHelper);

0 commit comments

Comments
 (0)