-
Testing code:
```
const userRequestBuilder = client.usersById("ID");
const messagesRequestBuilder = userRequestBuilder.messages;
const message = new Message();
message.subject = "test subject"…
-
I've been kicking the tires with this new (new to me) graph package, and I've managed to get some bits working, but I'm failing to be able to list ServicePrincipals with filters defined. Following the…
-
Recent feedback in the following issues has proven limitations in the way URLs are built via the fluent API. Kiota generated request builders are currently storing the previously built URL in a curren…
-
i'm new to go but after playing with this sdk for a bit, getting basic things to work took a long time and I gave up.
I gave up on azidentity.NewClientCertificateCredential (does it need a fs path …
-
This error is present in the files generated targeting the Graph V1 as the soure.
``` typescript
import {CalendarRequestBuilder} from '../calendar/calendarRequestBuilder';
import {CalendarReques…
-
Pending on #413
Go does not have a predefined construct for async/concurrent work like Promise/Task/Futures in other languages. We're currently generating async methods using a callback signature …