From d666a5bf5504badead6311c08dfc2f6e11f56685 Mon Sep 17 00:00:00 2001 From: "Kevin Larkin (MS)" Date: Wed, 24 Dec 2025 15:57:07 -0800 Subject: [PATCH 1/3] Add Virtual Machines section to README Added information about the Virtual Machines folder and its contents. --- samples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/README.md b/samples/README.md index f36f8798..d2d00018 100644 --- a/samples/README.md +++ b/samples/README.md @@ -28,6 +28,10 @@ Sample configurations in the [Learn Tutorials](./Configuration%20files/Learn%20t Examples for a few specific DSC Resources are under the [DscResources](./DscResources/) directory. +### Virtual Machines + +The VirtualMachines folder contains a script that will create two Virtual Machines. A Dev Tools Image VM, and a MSIX Packaging Toolkit VM. For more information see the [Virtual Machines README.md](./virtualmachines/readme.md) + ### Create your own Writing YAML is a pain. To help you get started creating your own, there is a [sample tool](https://github.com/microsoft/winget-create/blob/main/Tools/WingetCreateMakeDSC.ps1) for authoring in the winget-create repo. It currently only supports adding apps, but give it a try and contribute to make it better! From 2825ff1ea56d28a38c71fe140620129c06a7b5dc Mon Sep 17 00:00:00 2001 From: "Kevin Larkin (MS)" Date: Mon, 29 Dec 2025 13:24:18 -0800 Subject: [PATCH 2/3] Update README.md From 8f33c1114c7343ef642ee724249de0852847f5b0 Mon Sep 17 00:00:00 2001 From: "Kevin Larkin (MS)" Date: Mon, 29 Dec 2025 13:32:50 -0800 Subject: [PATCH 3/3] Adding new line --- samples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/README.md b/samples/README.md index d2d00018..8074b370 100644 --- a/samples/README.md +++ b/samples/README.md @@ -35,3 +35,4 @@ The VirtualMachines folder contains a script that will create two Virtual Machin ### Create your own Writing YAML is a pain. To help you get started creating your own, there is a [sample tool](https://github.com/microsoft/winget-create/blob/main/Tools/WingetCreateMakeDSC.ps1) for authoring in the winget-create repo. It currently only supports adding apps, but give it a try and contribute to make it better! +