From 0cd7df98692295921fbcf07d9c3e24ccf605823b Mon Sep 17 00:00:00 2001 From: Danny Adams Date: Fri, 27 Jan 2023 16:51:26 -0500 Subject: [PATCH] Update to /connector/data_collections.go Return provides credentials for SharePoint types. --- src/internal/connector/data_collections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/connector/data_collections.go b/src/internal/connector/data_collections.go index 0b6d20b27..8481dc948 100644 --- a/src/internal/connector/data_collections.go +++ b/src/internal/connector/data_collections.go @@ -89,7 +89,7 @@ func (gc *GraphConnector) DataCollections( ctx, gc.itemClient, sels, - gc.credentials.AzureTenantID, + gc.credentials, gc.Service, gc, ctrlOpts)