๐พ Recording of the @community.ms #Microsoft365 & #PowerPlatform Community call 13th of Nov
โข Latest updates โก
โข Focus #PowerAutomate, #SharePoint, and #SPFx
โข Presented by Marc Andrรฉ Schrรถder-Zhou, Ian Tweedie, and Harminder Singh
Host @garrytrinder.dev
๐บ Watch โ www.youtube.com/watch?v=gf2w...
14.11.2025 01:15
๐ 4
๐ 1
๐ฌ 0
๐ 0
Intercept requests with specific headers - Dev Proxy
How to configure Dev Proxy to only intercept requests with specific headers
Testing APIs is noisy when filtering only by URL-irrelevant requests slow you down and hide integration issues. Dev Proxy lets you filter by specific headers and values for focused debugging. Get cleaner logs, diagnose faster, and ship better apps.
Check it out: learn.microsoft.com/microsoft-cl...
09.10.2025 05:56
๐ 2
๐ 2
๐ฌ 0
๐ 0
Rolling out to VS Code now: Claude Sonnet 4.5, Anthropic's most advanced model for coding.
Let us know what you think!
github.blog/changelog/20...
29.09.2025 17:25
๐ 35
๐ 9
๐ฌ 0
๐ 0
HTTP files are awesome for quickly testing APIs. Dev Proxy auto-generates HTTP files from API traffic. This saves time, boosts security, and makes sharing reproducible API scenarios easy for development and collaboration.
Check it out: learn.microsoft.com/microsoft-cl...
16.09.2025 06:47
๐ 3
๐ 3
๐ฌ 0
๐ 0
TypeSpec is a game changer for working with APIs. But how to build it? Dev Proxy records real API traffic and auto-generates accurate TypeSpec files-no manual contract writing. Get reliable, up-to-date specs fast for smoother, faster integration.
Try it: learn.microsoft.com/microsoft-cl...
15.09.2025 07:07
๐ 4
๐ 2
๐ฌ 0
๐ 0
Iโve heard good things from folks about the original, not sure how the sequel stacks up, but I guess itโs more of the same.
15.09.2025 09:49
๐ 1
๐ 0
๐ฌ 0
๐ 0
Imagine scoring 4 and still not taking the match ball home ๐
10.09.2025 11:02
๐ 1
๐ 0
๐ฌ 0
๐ 0
Welcome to the club! I got mine at launch and itโs been great. I use it a lot of Teams meetings.
10.09.2025 10:58
๐ 1
๐ 0
๐ฌ 0
๐ 0
Hardcoded tokens or skipped auth checks cause unreliable authentication simulation, slowing you down. Dev Proxy's AuthPlugin simulates real API key/OAuth2 flows, enforcing auth scenarios. Test auth reliably and launch with confidence.
Check it out: learn.microsoft.com/microsoft-cl...
10.09.2025 06:48
๐ 2
๐ 2
๐ฌ 0
๐ 0
GitHub - microsoft/resilient-coding-patterns
Contribute to microsoft/resilient-coding-patterns development by creating an account on GitHub.
[Share] resilient-coding-patterns
This project aims to showcase common anti-patterns in software encountered in real-life cloud applications around the world. Not only do we explain, we also include code samples of what (not) to do.
10.09.2025 09:47
๐ 3
๐ 1
๐ฌ 0
๐ 0
Working on a new feature for @devproxy.bsky.social for which I needed a specific config. Short prompt + two empty files + Dev Proxy MCP server. Got a working setup in seconds. The best time to be a dev!
10.09.2025 07:43
๐ 0
๐ 1
๐ฌ 0
๐ 0
Another thing which I didnโt know about was that Valve released Half-Life: Uplink for the 25th anniversary to the Steam version of the game. As expected, itโs really well done standalone chapter. Highly recommend playing through it if youโve not done so.
07.09.2025 18:14
๐ 0
๐ 0
๐ฌ 0
๐ 0
Shortly after finishing it, I found out about ReShade, a post-processing tool that can applying modern effects, tweaks, and visual filters in real time to any PC game. The results are pretty impressive, simple effects like bloom, make lighting more atmospheric.
07.09.2025 18:09
๐ 0
๐ 0
๐ฌ 0
๐ 0
a circle with a letter l inside of it on a black background
ALT: a circle with a letter l inside of it on a black background
26 yrs after its initial release, I finally finished Half-life.
Iโve lost count how many times Iโve started playing it and then just stopped for no real reason.
The graphics are dated by todayโs standards but the story and gameplay is still brilliant.
Run. Think. Shoot. Live.
07.09.2025 18:03
๐ 1
๐ 0
๐ฌ 2
๐ 0
Enriching Microsoft 365 profiles with Microsoft 365 Copilot connectors for people data (public preview) - Microsoft 365 Developer Blog
Enrich Microsoft 365 profiles with Microsoft 365 Copilot connectors for people data
๐ New #M365 dev blog post: Enriching #Microsoft365 profiles with Microsoft 365 #Copilot connectors for people data (public preview)
๐งโ๐ปGet started and enrich the view that M365 & Copilot has of your employees with people connectors
๐ Give us your feedback!
devblogs.microsoft.com/microsoft365...
01.09.2025 14:59
๐ 3
๐ 2
๐ฌ 0
๐ 0
A scenic view of St. Ives, a coastal town in Cornwall, England. The image shows a sandy beach with gentle waves from the sea, surrounded by a stone pier and breakwater. In the background, there are numerous houses and buildings clustered together on the hillside under a cloudy sky. Greenery is visible in the foreground along with some rooftops.
Reconnecting after two weeks family holiday in Cornwall ๐๏ธ
๐ชซ ๐ ๐
01.09.2025 13:02
๐ 1
๐ 0
๐ฌ 0
๐ 0
A thumbnail with a dark background and a screenshot of VS Code that reads "VS Code Dev Days Join our series of in-person community events aka.ms/VSCode/DevDays" with a VS Code and GitHub Copilot logo
We're so excited to bring you VS Code Dev Days - a global community initiative to explore the AI capabilities within VS Code!
With more than 60 worldwide, in-person events and 4 special virtual editions, there's an event for you. Learn more: aka.ms/VSCode/DevDa...
28.08.2025 20:39
๐ 19
๐ 9
๐ฌ 2
๐ 2
There's enough horrible things happening in the world.
Please don't have your API return a 200 OK with an error code and add to that list.
05.08.2025 19:31
๐ 26
๐ 7
๐ฌ 4
๐ 0
Simulate a CRUD API across the internet - Dev Proxy
How to simulate a CRUD API across the internet.
Need a mock API which is also available over the internet? Dev Proxy lets you simulate CRUD APIs instantly with no code, share live endpoints via Dev Tunnels, validate early, collaborate remotely, and speed up frontend integration.
Learn more: learn.microsoft.com/microsoft-cl...
05.08.2025 07:01
๐ 1
๐ 2
๐ฌ 0
๐ 0
Screenshot showing mock data setup for a Microsoft Graph API response. On the left, a JSON file defines a mock GET response for https://graph.microsoft.com/v1.0/me, with user details like name and email. On the right, the terminal displays the mocked response being served from a local proxy.
Testing your app against real-world failures can be a pain. Especially when working with APIs that you don't own like Microsoft Graph. 1/4
29.07.2025 08:18
๐ 2
๐ 3
๐ฌ 1
๐ 0
Terminal screenshot showing OpenAIMockResponsePlugin in use, with commands to run/stop proxy and a POST request to OpenAI API. Red arrows highlight 'Call cloud LLM' and 'Get local response'.
Building with OpenAI APIs can get expensive fast-especially when you just need to test parts of your app that don't need real AI replies. 1/4
28.07.2025 10:05
๐ 2
๐ 2
๐ฌ 1
๐ 0
Closed the week on a high note. @garrytrinder.dev and I have done some really cool stuff for @devproxy.bsky.social. If you use it, be sure youโve got the Dev Proxy Toolkit VSCode extension so that you can manage configs using natural language. ๐ช
25.07.2025 15:30
๐ 5
๐ 1
๐ฌ 0
๐ 0
For debugging code we need symbols/source maps. For debugging APIs we need access to raw requests and responses with their headers. If youโre building an app or an SDK be sure to have a switch to expose this information.
24.07.2025 10:37
๐ 0
๐ 1
๐ฌ 1
๐ 0