Add support for the group profile element to Microsoft Graph processor

This commit is contained in:
Oliver Sand
2020-12-08 16:37:24 +01:00
parent c911061b75
commit 0097057ed1
5 changed files with 172 additions and 55 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog-backend': patch
---
Support `profile` of groups including `displayName` and `email` in
`MicrosoftGraphOrgReaderProcessor`. Importing `picture` doesn't work yet, as
the Microsoft Graph API does not expose them correctly.