Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

createdDateTime field is missing from com.microsoft.graph.models.ServicePrincipal #2246

Open
greg-anetac opened this issue Dec 3, 2024 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@greg-anetac
Copy link

Describe the bug

There is no createdDateTime in com.microsoft.graph.models.ServicePrincipal. However, when using Graph API via REST or in Graph Explorer, createdDateTime is returned for service principals

Expected behavior

createdDateTime should be a member of com.microsoft.graph.models.ServicePrincipal and should be serialized/deserialized when using the SDK

How 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 ```
</details>


### Configuration

_No response_

### Other information

_No response_
@greg-anetac greg-anetac added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant