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_
Describe the bug
CustomDriveItemItemRequestBuilderhas reference onMicrosoft.Graph.Drives.Item.List.Items.Item.Versions.VersionsRequestBuilder, but the correct reference should beMicrosoft.Graph.Drives.Item.Items.Item.Versions.VersionsRequestBuilderExpected behavior
CustomDriveItemItemRequestBuilderhas correct reference onMicrosoft.Graph.Drives.Item.Items.Item.Versions.VersionsRequestBuilderHow to reproduce
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
```