You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is no way to create a code for https://graph.microsoft.com/v1.0/places/roomEmailAddress/microsoft.graph.roomlist/rooms
To Reproduce
Steps to reproduce the behavior: Rooms is missing in graphClient.Places[""].GraphRoomList.Rooms
Expected behavior
Can call await graphClient.Places[""].GraphRoomList.Rooms.GetAsync() to get a list of rooms in a room list
Screenshots
If applicable, add screenshots to help explain your problem.
Client version
5.23
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
MartinM85
changed the title
[Client bug]: No code for https://graph.microsoft.com/v1.0/places/roomEmailAddress/microsoft.graph.roomlist/rooms
[Client bug]: No code for /places/roomEmailAddress/microsoft.graph.roomlist/rooms
Aug 24, 2023
Describe the bug
There is no way to create a code for
https://graph.microsoft.com/v1.0/places/roomEmailAddress/microsoft.graph.roomlist/rooms
To Reproduce
Steps to reproduce the behavior:
Rooms
is missing ingraphClient.Places[""].GraphRoomList.Rooms
Expected behavior
Can call
await graphClient.Places[""].GraphRoomList.Rooms.GetAsync()
to get a list of rooms in a room listScreenshots
If applicable, add screenshots to help explain your problem.
Client version
5.23
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: