Skip to content

Commit 4af8a8b

Browse files
authored
Merge pull request #1183 from SherpasGroup/fix-group-serialization
Fix Graph group serialization.
2 parents f086b78 + 474993a commit 4af8a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/PnP.Framework/Graph/Model/GroupExtended.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ internal class GroupExtended : Group
1515
public List<GroupLabel> AssignedLabels { get; set; }
1616
public string PreferredDataLocation { get; set; }
1717

18+
[JsonExtensionData]
1819
public Dictionary<string, object> AdditionalData { get; set; }
1920
}
2021
}

0 commit comments

Comments
 (0)