Description
Is your feature request related to a problem? Please describe the problem.
I'm sorry, but I find this error self inflicted by the graph api, and I think there are many valid reasons not to enable long paths.
Could not install packages due to an OSError: [Errno 2] No such file or directory: '{PrettyMuchCDrivePath+User}\venv\\Lib\\site-packages\\msgraph\\generated\\communications\\call_records\\microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time\\get_direct_routing_calls_with_from_date_time_with_to_date_time_get_response.py'
HINT: This error might have occurred since this system does not have Windows Long Path support enabled. You can find information on how to enable this at https://pip.pypa.io/warnings/enable-long-paths
microsoft_graph_call_records_get_direct_routing_calls_with_from_date_time_with_to_date_time\\get_direct_routing_calls_with_from_date_time_with_to_date_time_get_response.py
There is absolutely no reason for a file and folder to be over 170+ characters.
Describe the solution you'd like.
This is most likely caused by some auto generation tool. I'm not sure of the work required, but please keep files and folder lengths below 100 character total. I noticed in this instance the folder path, and the file contain much of the same words in order. This could be mitigated by sharing the "logic of what is happening in the python file" between the file and folder.
Additional context?
No response