-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Status: No Recent Activitystatus:waiting-for-author-feedbackIssue that we've responded but needs author feedback to closeIssue that we've responded but needs author feedback to close
Description
Describe the bug
When trying to format a response with the format parameter as described in https://learn.microsoft.com/en-us/graph/query-parameters?tabs=python#format-parameter there is a TypeError raised
TypeError: UsersRequestBuilder.UsersRequestBuilderGetQueryParameters.__init__() got an unexpected keyword argument 'format'
Expected behavior
filter argument should be accepted as documented
How to reproduce
from msgraph import GraphServiceClient
from msgraph.generated.users.users_request_builder import UsersRequestBuilder
from kiota_abstractions.base_request_configuration import RequestConfiguration
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
query_params = UsersRequestBuilder.UsersRequestBuilderGetQueryParameters(
format = "json",
)
request_configuration = RequestConfiguration(
query_parameters = query_params,
)
SDK Version
1.20.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
MacOS 15.3 // ARM
Python 3.12.5
### Other information
_No response_
Metadata
Metadata
Assignees
Labels
Status: No Recent Activitystatus:waiting-for-author-feedbackIssue that we've responded but needs author feedback to closeIssue that we've responded but needs author feedback to close