-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience
Description
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
Labels
status:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience