File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,12 @@ await this.Client.UpdateDefaultUserRolePermissionGrantPoliciesAssigned(
366
366
}
367
367
}
368
368
369
+ /// <summary>
370
+ /// Add or update group consent settings.
371
+ /// </summary>
372
+ /// <param name="tenantConsentSettingsCollection">The tenant consent settings collection.</param>
373
+ /// <param name="isGroupSpecificConsentEnabled">Is group specific consent enabled.</param>
374
+ /// <returns>Task tracking operation.</returns>
369
375
private async System . Threading . Tasks . Task AddOrUpdateGroupConsentSettings (
370
376
MGTeamsInternalTenantConsentSettingsCollection tenantConsentSettingsCollection ,
371
377
bool isGroupSpecificConsentEnabled )
@@ -425,7 +431,7 @@ await this.Client.CreateGroupConsentSettings(
425
431
426
432
await this . Client . UpdateGroupConsentSettings (
427
433
groupConsentSettings . Id ,
428
- groupConsentSettings . Values ,
434
+ updatedValues ,
429
435
eventListener : this ,
430
436
sender : Pipeline ) ;
431
437
You can’t perform that action at this time.
0 commit comments