File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public class SetTeamsTeam : PnPGraphCmdlet
71
71
public bool ? AllowUserEditMessages ;
72
72
73
73
[ Parameter ( Mandatory = false , ParameterSetName = ParameterAttribute . AllParameterSets ) ]
74
- public Model . Teams . TeamGiphyContentRating GiphyContentRating ;
74
+ public TeamGiphyContentRating GiphyContentRating ;
75
75
76
76
[ Parameter ( Mandatory = false , ParameterSetName = ParameterAttribute . AllParameterSets ) ]
77
77
public bool ? ShowInTeamsSearchAndSuggestions ;
@@ -81,6 +81,7 @@ public class SetTeamsTeam : PnPGraphCmdlet
81
81
82
82
[ Parameter ( Mandatory = false , ParameterSetName = ParameterAttribute . AllParameterSets ) ]
83
83
public bool ? AllowCreatePrivateChannels ;
84
+
84
85
protected override void ExecuteCmdlet ( )
85
86
{
86
87
var groupId = Identity . GetGroupId ( GraphRequestHelper ) ;
You can’t perform that action at this time.
0 commit comments