Python SDK Returning None for All Non-ID Value Fields #945
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
In the Graph Explorer API I can run the following get request:
Below is my version in the Python SDK:
Expected behavior
In the Graph API Explorer, I get the following result:
In the Python application, I get the following result:
So basically, in the Python code, I am only getting the ID field value. All other field values of interest such as displayName are returned as None.
Is there some way to alter this code to make the non-ID field values displayable?
How to reproduce
Running the example code above should be sufficient to reproduce this scenario.
SDK Version
1.11.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: