Skip to content

Commit 5e7cf7c

Browse files
authored
Merge pull request #3496 from reshmee011/Bug3495
Bug fix #3495
2 parents 2b6846d + db402b7 commit 5e7cf7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Commands/Base/PipeBinds/TeamsTeamPipeBind.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ public TeamsTeamPipeBind(Team team)
4141
_id = team.GroupId;
4242
}
4343

44+
public TeamsTeamPipeBind(Guid id)
45+
{
46+
_id = id.ToString();
47+
}
48+
4449
public string GetGroupId(PnPConnection connection, string accessToken)
4550
{
4651
if (!string.IsNullOrEmpty(_id))

0 commit comments

Comments
 (0)