Skip to content

Instantly share code, notes, and snippets.

View pamanes's full-sized avatar

Alejandro Palacios pamanes

View GitHub Profile
@rjygraham
rjygraham / configuration.dsc.yaml
Last active November 3, 2024 17:30
Dev Home Machine Config
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
properties:
configurationVersion: 0.2.0
assertions:
- resource: Microsoft.Windows.Developer/OsVersion
directives:
description: Verify min OS version requirement
allowPrerelease: true
settings:
MinVersion: '10.0.22000'