Jeremy Thake

Results 9 issues of Jeremy Thake

In an original Graph Explorer build, in the response that came back. It was super easy to click on the GUIDs and get some options: **Copy ID** Being able to...

Task
UI Polish
promote

Repro: https://docs.microsoft.com/en-us/graph/api/event-get?view=graph-rest-1.0&tabs=http#request-1 In our demo environment that is used for anonymous (non signed in GE) these snippets will not work. The sample is `https://graph.microsoft.com/v1.0/me/events/AAMkAGIAAAoZDOFAAA=?$select=subject,body,bodyPreview,organizer,attendees,start,end,location` The event-id is the `AAMkAGIAAAoZDOFAAA=` part....

type:feature
status:needs-discussion
promote

I've repro'd that a Global Admin can run the tab and create the meeting fails on the step creating the Plan on line 41 `var pagedItems = await GraphClient.Groups[groupId].Planner.Plans.Request().GetAsync();` https://github.com/microsoftgraph/meetings-capture-sample/blob/master/Source/FY19GraphShowcaseDemo/MeetingCaptureWebApp/Services/PlanTaskService.cs#L41...

Updated readme to make it clearer on a few areas after doing the steps myself. Primarily around SSL cert approach in App Service. Added a fix for checking whether the...

In trying to copy and paste code snippets. For instance const options = { authProvider, }; const client = Client.init(options); let res = await client.api('/me/events/AAMkADY2Yzk0ZmJmLThmMjEtNDQ0YS05YWZhLTMyMzM3MzMyYTcyOQBGAAAAAAAOX8rHsxkYRqZEHoOnr2fZBwC7c8_JSsv-RKz0f16Ax1PeAAAAAAENAAC7c8_JSsv-RKz0f16Ax1PeAAAAZVggAAA=') .get(); If I then want...

area: snippets-generation
ADO to GitHub automation label
type: enhancement
area: javascript

When I updated the environment file to configure the ngrok url locally. THe VS Code Extension regenerates the zip file fine. But unfortunately when I go to upload it I...

The redirecturl in the app id that is set for the moderator app obviously won't match the ngrok url. So the steps need to take that into account and have...

In following the [steps](https://github.com/pnp/graph-connectors-samples/tree/main/samples/dotnet-csharp-graphdocs-ttk#debug-locally-against-a-real-microsoft-365-tenant) for **Simulated debugging with Dev Proxy** and its failing. Confirm for following **Debug locally against a real Microsoft 365 tenan** also fails. I'm running Windows Version...

question

### Is your feature request related to a problem? Please describe the problem. If I create a copilot plugin in Kiota when my VS Code open folder is a teams...

vscode-extension
type:feature