createdDateTime field is missing from com.microsoft.graph.models.ServicePrincipal #2246
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
There is no
createdDateTime
incom.microsoft.graph.models.ServicePrincipal
. However, when using Graph API via REST or in Graph Explorer,createdDateTime
is returned for service principalsExpected behavior
createdDateTime
should be a member ofcom.microsoft.graph.models.ServicePrincipal
and should be serialized/deserialized when using the SDKHow to reproduce
Fetch service principals using Java SDK - no createdDateTime is present
Fetch service principals using Graph Explorer - there is createdDateTime for every service principal object
SDK Version
all versions
Latest version known to work for scenario above?
6.22.0
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: