File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Service/GroupMembershipManagement/Hosts/JobTrigger/Function Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ public override void Configure(IFunctionsHostBuilder builder)
5757 var configuration = services . GetService < IConfiguration > ( ) ;
5858 var graphCredentials = services . GetService < IOptions < GraphCredentials > > ( ) . Value ;
5959 var authenticationType = MapStringToAuthenticationType ( configuration [ "GraphAPI:AuthenticationType" ] ) ;
60- var crendential = FunctionAppDI . CreateAuthenticationProvider ( graphCredentials , authenticationType ) ;
61- return new GraphServiceClient ( crendential ) ;
60+ var credential = FunctionAppDI . CreateAuthenticationProvider ( graphCredentials , authenticationType ) ;
61+ return new GraphServiceClient ( credential ) ;
6262 } )
6363 . AddScoped < IGraphGroupRepository , GraphGroupRepository > ( ) ;
6464
You can’t perform that action at this time.
0 commit comments