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

ReferenceCreate is not part of deviceManagement/managedDevices/{managedDevice-id}/deviceCategory #2503

Open
dansmitt opened this issue May 21, 2024 · 1 comment
Labels
Bug: metadata type:bug A broken experience

Comments

@dansmitt
Copy link

dansmitt commented May 21, 2024

Describe the bug

We want to set the DeviceCategory of a ManagedDevice. So Intune already calls this endpoint:
https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref

Ref is not part of in the SDK so far.

Expected behavior

Ref is part for the deviceManagement/managedDevices/{managedDevice-id}/deviceCategory endpoint in the SDK like deviceManagement/managedDevices/{managedDevice-id}/deviceCategory/$ref

How to reproduce

Just try to use the ref attribute in the SDK for the call

SDK Version

5,x

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

No response

Configuration

No response

Other information

No response

@andrueastman
Copy link
Member

Thanks for raising this @dansmitt

We'll close this once microsoftgraph/msgraph-metadata#633 is resolved as this looks to be caused by a missing path in the input metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: metadata type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

2 participants