@gijsreijn.bsky.social
7 followers 14 following 31 posts
Cloud engineer by day, author and contributor to open-source projects at night Microsoft MVP Helping people to succeed in the DSC landscape
Posts Media Videos Starter Packs
gijsreijn.bsky.social
The new PowerShell DSC v3.2.0-preview.6 is out!

Highlights:

- --what-if alias and delete support
- Expression validation for resource names
- New ARM functions
- Better securestring/secureObject handling
- invoke_dsc_resource() tool

Full changelog at:

github.com/PowerShell/D...
Release v3.2.0-preview.6 · PowerShell/DSC
What's Changed Fix typo in RFC0000 by @SteveL-MSFT in #1108 add aliases to --what-if by @tgauth in #1121 Support expression validation in resource name by @Gijsreyn in #1117 Add copy() and copyInd...
github.com
gijsreijn.bsky.social
Still find it challenging to start with Bicep Local Deploy? Or are you looking for an easy template to get started from?

I got you covered. In this blog post, I'll show you my new Bicep.LocalDeploy.Templates project package:

www.idontlikeai.dev/how-to-easil...
How to easily developer your first Bicep Local Deploy extension with Bicep.LocalDeploy.Templates
Learn to develop your first Bicep extension using templates
www.idontlikeai.dev
gijsreijn.bsky.social
Bicep dropped two releases in two days. Highlights:

✅ @onlyIfNotExists GA
✅ New @validate() decorator
✅ loadDirectoryFileInfo function
✅ JSONRPC client for CLI integration

My breakdown here 👇

www.idontlikeai.dev/azure-bicep-...
Azure Bicep Updates – November 2025 Edition
Learn about the new features and changes added in v0.38.3 and v0.38.5
www.idontlikeai.dev
gijsreijn.bsky.social
Already two weeks in on NuGet, and both CLI and library around Bicep.LocalDeploy doc generation has already reached 2k+ downloads.

That's why I thought to hit up a behind-the-scenes developer guide on my new blog:

www.idontlikeai.dev/behind-the-s...
Behind the scenes of Bicep.LocalDeploy: A Developer's Guide
Learn how you can generate documentation from your models source code
www.idontlikeai.dev
gijsreijn.bsky.social
Azure Bicep v0.38.3 is out!

This release delivers GA support for onlyIfNotExists, experimental REPL + CLI deploy/teardown commands, the @validate() decorator, and more.

If you're working with Bicep, check out the official release at:

github.com/Azure/bicep/...
Release v0.38.3 · Azure/bicep
Highlights onlyIfNotExists GA! (#17996) @onlyIfNotExists() resource onlyDeployIfNotExists 'Microsoft...' = { name: 'example' location: 'eastus' properties: { ... } } [Experimental] ...
github.com
gijsreijn.bsky.social
It has been a while since I did a "Bicep did you know", so it was time for a new one. This one was rather special...

Over the weekend, I had time to play with the new experimental `bicep deploy` subcommand. I blogged about my findings on my new site:

www.idontlikeai.dev/native-bicep...
Native Bicep deployments using Bicep's CLI
No more AZ CLI or Azure PowerShell to perform Bicep file deployments
www.idontlikeai.dev
gijsreijn.bsky.social
I was tired of going through GitHub's UI every time to see which pull requests were outdated and if they were mergeable (or not).

GitHub CLI and PowerShell to the rescue. If you encounter the same problem as I did, I've written up a short blog post on it:

www.idontlikeai.dev/finding-outd...
Finding outdated mergeable branches with GitHub CLI and PowerShell in GitHub
Discover a quick method to easily retrieve outdated mergeable branches from your open pull requests
www.idontlikeai.dev
gijsreijn.bsky.social
I've just published a new PowerShell module on blogged about it...

Making Office installations feel like a breeze, the OfficeDsc module gives you exactly this. Check out my blog post at:

www.idontlikeai.dev/office-insta...
Office installations made easy: Introducing OfficeDsc PowerShell module
Learn how you can easily automate Office installations using PowerShell DSC
www.idontlikeai.dev
gijsreijn.bsky.social
Have you struggled with learning the new commands from Microsoft DSC v3?

With the new MCP integration, you can let the MCP server do the work and learn the commands side-by-side. Want to learn how to get started? I wrote a blog post about it:

www.idontlikeai.dev/learn-micros...
Learn Microsoft DSC v3 faster with MCP support
Have you struggled getting started with Microsoft DSC v3? You're used to executing PowerShell commands, and now you suddenly need to switch to using a CLI utility. Learning new concepts always takes...
www.idontlikeai.dev
gijsreijn.bsky.social
On my new site, I wanted to display the monthly visitors. Sending Google Analytics Data is easy. Retrieving it, not so much.

For anyone who wants to show the monthly visitors in their Theme, here's a step-by-step guide and lessons learned:

www.idontlikeai.dev/how-i-integr...
How I integrated Google Analytics to display visitors with Ghost using Azure Services
Learn how to track and visualize Ghost blog visitors by combining Google Analytics insights with Azure’s cloud tools
www.idontlikeai.dev
gijsreijn.bsky.social
I haven't been very active lately on socials and for good reasons...

I finally put the final touches on my new blogging site. The old one is turned off, and you'll now find me blogging on:

idontlikeai.dev
I dont like AI
But it's inevitable
idontlikeai.dev
gijsreijn.bsky.social
🚀 I've just released my first CLI utility: bicep-local-docgen v1.0.0!
Generate local documentation for your Bicep modules with ease.

Repo: github.com/Gijsreyn/bic...
GitHub - Gijsreyn/bicep-local-docgen
Contribute to Gijsreyn/bicep-local-docgen development by creating an account on GitHub.
github.com
gijsreijn.bsky.social
Spent the weekend on a major refactor of my Bicep Databricks extension:

- Cleaner code for easier contributions
- Richer docs to help you get started
- Added three new Unity resources

Now it’s easier than ever to use and extend.

github.com/Gijsreyn/bic...
GitHub - Gijsreyn/bicep-ext-databricks: Sample repository containing Azure Databricks Bicep extension
Sample repository containing Azure Databricks Bicep extension - Gijsreyn/bicep-ext-databricks
github.com
Reposted
harmveenstra.bsky.social
While we sometimes discuss whether to use Windows PowerShell v5 or PowerShell 7, PowerShell v2.0 is being removed in the newer builds of Windows 11 and Windows Server 2025. In this brief blog post, I will share some information about this topic.

#PowerShell #v2

powershellisfun.com/2025/09/05/n...
PowerShell is fun :)No more PowerShell v2.0 in Windows 11 and Server 2025?
While we sometimes discuss whether to use Windows PowerShell v5 or PowerShell 7, PowerShell v2.0 is being removed in the newer builds of Windows 11 and Windows Server 2025. In this brief blog post,…
powershellisfun.com
gijsreijn.bsky.social
New blog post: How I Found the Fastest Way to Locate Specific Files Using PowerShell 7

Tried a couple of approaches, benchmarked them, and found a final solution. Read it here:

gijsreijn.medium.com/how-i-found-...
How I Found the Fastest Way to Locate Specific Files Using PowerShell 7
My script was so slow, but now it runs like a beast
gijsreijn.medium.com
gijsreijn.bsky.social
I have been dealing with secrets in older versions of PowerShell DSC, and I'm curious to see how Microsoft DSC v3 handles it differently.

After diving deep, I discovered that you can build your own custom secret extension. Check out my new blog:

gijsreijn.medium.com/how-to-manag...
How to Manage Secrets in Microsoft DSC v3: Building Your Own Custom Secret Extension
Retrieving secrets made easy
gijsreijn.medium.com
gijsreijn.bsky.social
I've noticed that many people struggle to decide which configuration language to run using Microsoft DSC v3...

That's why I created a small blog post to learn how you can convert easily between YAML, JSON, and Bicep:

gijsreijn.medium.com/mastering-bi...
Mastering Bicep, JSON, and YAML Conversions in DSC World
Conversions made easy with simple commands
gijsreijn.medium.com
gijsreijn.bsky.social
I just did a major update to the Bicep Databricks extension! 🎉

Two new resources have been added for Unity, and the logic for building these resources has been completely revised to provide proper responses.

github.com/Gijsreyn/bic...
GitHub - Gijsreyn/bicep-ext-databricks: Sample repository containing Azure Databricks Bicep extension
Sample repository containing Azure Databricks Bicep extension - Gijsreyn/bicep-ext-databricks
github.com
gijsreijn.bsky.social
The DSC support is fixed in v26.19.1 :)
Reposted
jan.ohmyposh.dev
I’m leaving on holiday tomorrow so if you can install this one today and keep me posted on issues, much appreciated 🙏🏻🫣
ohmyposh.dev
📦 v26.19.0

Bug Fixes

* cache: follow symlinks for the path
* cache: use memory cache for path

Features

* cli: allow tracing on any command
* dsc: add support

#oh-my-posh #oss #cli #opensource
The best release yet 🚀
v26.19.0
github.com