Skip to content

CustomDriveItemItemRequestBuilder has wrong reference on VersionsRequestBuilder #2909

@MartinM85

Description

@MartinM85

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 assignedtype:bugA broken experience

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions