Skip to content

Kiota v1.9.1 broke SDK v1.18.0 /deviceManagement/configurationSettings #741

@pl4nty

Description

@pl4nty

Describe the bug

client.device_management.configuration_settings.get() started returning Resource not found for the segment 'configurationSettings'. when my dependency cache expired and Kiota was upgraded from 1.9.0 to 1.9.1, because the SDK was requesting /configurationSettings instead of /deviceManagement/configurationSettings

Expected behavior

SDK calls don't randomly start failing when I've pinned the Graph SDK version

How to reproduce

I've reproed with SDK v1.19.0 too and Kiota 1.9.1

SDK Version

1.18.0

Latest version known to work for scenario above?

none, because the kiota dependencies aren't pinned. if I pin kiota 1.9.0 it works

Known Workarounds

client.device_management.with_url('https://graph.microsoft.com/beta/deviceManagement/configurationSettings').get()

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:waiting-for-triageAn issue that is yet to be reviewed or assignedtype:bugA broken experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions