-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Copy link
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
CustomDriveItemItemRequestBuilder has reference on Microsoft.Graph.Drives.Item.List.Items.Item.Versions.VersionsRequestBuilder, but the correct reference should be Microsoft.Graph.Drives.Item.Items.Item.Versions.VersionsRequestBuilder
Expected behavior
CustomDriveItemItemRequestBuilder has correct reference on Microsoft.Graph.Drives.Item.Items.Item.Versions.VersionsRequestBuilder
How to reproduce
await graphClient!.Drives["drive_id"].Items["root"].ItemWithPath("path").Versions.GetAsync();
// or
await graphClient!.Drives["drive_id"].Root.ItemWithPath("path").Versions.GetAsync();
SDK Version
5.78.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
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