graphServiceClient.GroupSettingTemplates.Request().GetAsync() or graphServiceClient.GroupSettings.Request().GetAsync();
throws exception
'Microsoft.Graph.IGraphServiceGroupSettingTemplatesCollectionPage' on
'Microsoft.Graph.GraphServiceGroupSettingTemplatesCollectionResponse.Value' is not supported.'
or
System.NotSupportedException: 'The collection type 'Microsoft.Graph.IGraphServiceGroupSettingsCollectionPage' on 'Microsoft.Graph.GraphServiceGroupSettingsCollectionResponse.Value' is not supported.'
To Reproduce
Steps to reproduce the behavior:
Import the latest SDK and initialize it with an Auth provider
The first call itself will fail
Scroll down to '....'
See error
Expected behavior
It should return the collection of groupSettingTemplates or groupSettings
Screenshots
If applicable, add screenshots to help explain your problem.
Client version
3.3.0.0
Desktop (please complete the following information):
OS: [e.g. iOS] Windows 10
Browser [e.g. chrome, safari] NA
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Describe the bug Just a single call to
graphServiceClient.GroupSettingTemplates.Request().GetAsync() or graphServiceClient.GroupSettings.Request().GetAsync();
throws exceptionor
To Reproduce Steps to reproduce the behavior:
Expected behavior It should return the collection of groupSettingTemplates or groupSettings
Screenshots If applicable, add screenshots to help explain your problem.
Client version 3.3.0.0
Desktop (please complete the following information):
Additional context Add any other context about the problem here.