Merge pull request #13299 from gtestault/master
catalog-ms-graph: fixes #13298, ignored userExpand and groupExpand parameters
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
Fixed a bug in the `MicrosoftGraphEntityProvider` that ignored the `userExpand` and `groupExpand` configuration parameters
|
||||
+2
@@ -282,6 +282,8 @@ export class MicrosoftGraphOrgEntityProvider implements EntityProvider {
|
||||
client,
|
||||
provider.tenantId,
|
||||
{
|
||||
userExpand: provider.userExpand,
|
||||
groupExpand: provider.groupExpand,
|
||||
userFilter: provider.userFilter,
|
||||
userGroupMemberFilter: provider.userGroupMemberFilter,
|
||||
userGroupMemberSearch: provider.userGroupMemberSearch,
|
||||
|
||||
Reference in New Issue
Block a user