-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing Device attributes #996
Comments
Thanks for raising this issue @cnotin. While we resolve the issue with the API service team. You can also use Minor sidenote: |
Thank you! We'll monitor this then ;) |
I wanted to share that the workaround works 👌thx! |
Thanks for the nudge: deletedDateTime is already available as a property on directoryObject (parent type) I have created an ICM on the relevant team about this. https://portal.microsofticm.com/imp/v5/incidents/details/558471350/summary @Ndiritu can you go subscribe to it please as I'll be out of office soon, I'd like you to follow up on it. |
Merci Vincent :) |
Describe the bug
The Device class https://github.com/microsoftgraph/msgraph-beta-sdk-java/blob/main/src/main/java/com/microsoft/graph/beta/generated/models/Device.java has several attributes missing in this SDK (and certainly others) compared to what's returned by the API:
createdDateTime
(available, actually)deletedDateTime
externalSourceName
sourceType
Here's the proof that they are returned by the API:
When using the PowerShell Graph SDK, they are available via
AdditionalProperties
These are also not documented.
I suppose this is because the metadata of the Graph API doesn't return those. So the issue is similar to #838 and #499
Device in metadata
Expected behavior
Be able to get these Device attributes
How to reproduce
Use the Java (or other) Graph SDK and try accessing these properties of a Device
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
Call the API directly
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: