Last active
February 11, 2025 20:07
-
-
Save cdhunt/48ccd50d822da6a8bf24e8b50f8272fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json | |
# Reference: https://learn.microsoft.com/en-us/powershell/dsc/concepts/configurations?view=dsc-3.0#getting-the-current-state-of-a-configuration | |
$schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/08/config/document.json | |
resources: | |
- type: Microsoft.DSC/PowerShell | |
name: Powershell DSC Resources | |
properties: | |
resources: | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: PowerShell | |
properties: | |
id: Microsoft.PowerShell | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: Docker Desktop | |
properties: | |
id: Docker.DockerDesktop | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: Git | |
properties: | |
id: Git.Git | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: Cloudflare Warp | |
properties: | |
id: Cloudflare.Warp | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: AzureCLI | |
properties: | |
id: Microsoft.AzureCLI | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: VisualStudio 2022 Community | |
properties: | |
id: Microsoft.VisualStudio.2022.Community | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: DotNet SDK 8 | |
properties: | |
id: Microsoft.DotNet.SDK.8 | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: DotNet SDK 9 | |
properties: | |
id: Microsoft.DotNet.SDK.9 | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: 1Password | |
properties: | |
id: XP99C9G0KRDZ27 | |
source: msstore | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: Oh My Posh | |
properties: | |
id: XP8K0HKJFRXGCK | |
source: msstore | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: SumatraPDF | |
properties: | |
id: SumatraPDF.SumatraPDF | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: Mirantis Lens | |
properties: | |
id: Mirantis.Lens | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: Obsidian | |
properties: | |
id: Obsidian.Obsidian | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: WSL | |
properties: | |
id: Microsoft.WSL | |
source: winget | |
uselatest: true | |
ensure: Present | |
- type: Microsoft.WinGet.DSC/WinGetPackage | |
name: GitKraken | |
properties: | |
id: Axosoft.GitKraken | |
source: winget | |
uselatest: true | |
ensure: Present |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-02-11T20:03:25.816404Z INFO dsc::util: 417: Trace-level is Trace | |
2025-02-11T20:03:25.816871Z DEBUG dsc: 42: Running DSC version: 3.0.0-rc.1 | |
2025-02-11T20:03:25.817644Z DEBUG dsc::util: 554: Setting DSC_CONFIG_ROOT env var as 'C:\Users\chunt' | |
2025-02-11T20:03:25.818026Z TRACE dsc::util: 454: Input: None, File: Some("C:\\Users\\chunt\\desktop.dsc.yml") | |
2025-02-11T20:03:25.818492Z DEBUG dsc::util: 465: Reading input from file C:\Users\chunt\desktop.dsc.yml | |
2025-02-11T20:03:25.824732Z DEBUG dsc_lib::discovery::command_discovery: 392: Searching for resources: ["Microsoft.DSC/PowerShell"] | |
2025-02-11T20:03:25.825363Z INFO dsc_lib::discovery::command_discovery: 173: Discovering resources using filter: * | |
2025-02-11T20:03:25.825692Z DEBUG dsc_lib::discovery::command_discovery: 176: Using regex ^.*?$ as filter for adapter name | |
2025-02-11T20:03:25.828488Z DEBUG dsc_lib::util: 188: Found setting 'resourcePath' in C:\bin\DSC\dsc_default.settings.json | |
2025-02-11T20:03:25.829869Z DEBUG dsc_lib::util: 198: Found setting 'resourcePath' in C:\bin\DSC\dsc.settings.json | |
2025-02-11T20:03:25.830737Z DEBUG dsc_lib::util: 212: Setting 'resourcePath' not found in C:\ProgramData\dsc\dsc.settings.json | |
2025-02-11T20:03:25.831389Z DEBUG dsc_lib::discovery::command_discovery: 122: Appending PATH to resourcePath | |
2025-02-11T20:03:25.832052Z TRACE dsc_lib::discovery::command_discovery: 125: Original PATH: C:\Program Files\PowerShell\7;C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\dotnet\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Kubernetes\Minikube;C:\Program Files\Go\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Cloudflare\Cloudflare WARP\;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\PowerShell\7\;C:\Users\chunt\AppData\Local\UniGetUI\Chocolatey\bin;C:\Users\chunt\AppData\Local\Programs\WingetUI\choco-cli\bin;C:\Users\chunt\AppData\Local\Microsoft\WindowsApps;C:\Users\chunt\AppData\Local\Programs\oh-my-posh\bin;C:\Users\chunt\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\AgileBits.1Password.CLI_Microsoft.Winget.Source_8wekyb3d8bbwe\.;C:\Users\chunt\AppData\Local\Programs\Git\cmd;C:\Users\chunt\AppData\Local\gitkraken\bin;C:\Users\chunt\.dotnet\tools;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Derailed.k9s_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Program Files\Azure Data Studio\bin;C:\bin;C:\Program Files\OpenSSL-Win64\bin;C:\Users\chunt\go\bin;C:\Users\chunt\AppData\Local\Microsoft\WindowsApps;C:\Users\chunt\AppData\Local\Programs\Bicep CLI;C:\Users\chunt\AppData\Local\radius;C:\Users\chunt\go\bin;C:\Users\chunt\.dapr\bin;C:\Users\chunt\.dotnet\tools;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Kubernetes.kustomize_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\junegunn.fzf_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\go\bin;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Task.Task_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\AppData\Local\Programs\Lens\resources\cli\bin;C:\Users\chunt\go\bin;C:\Users\chunt\.dotnet\tools;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Links;C:\Users\chunt\AppData\Roaming\npm;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Helm.Helm_Microsoft.Winget.Source_8wekyb3d8bbwe\windows-amd64;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Microsoft.SBOMTool_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Wilfred.difftastic_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\bin\DSC; | |
2025-02-11T20:03:25.833949Z TRACE dsc_lib::discovery::command_discovery: 144: Exe home is already in path: C:\bin\DSC | |
2025-02-11T20:03:25.834739Z DEBUG dsc_lib::discovery::command_discovery: 157: Using Resource Path: C:\Program Files\PowerShell\7;C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\dotnet\;C:\Program Files (x86)\Microsoft SQL Server\160\DTS\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Kubernetes\Minikube;C:\Program Files\Go\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Cloudflare\Cloudflare WARP\;C:\Program Files\Docker\Docker\resources\bin;C:\Users\chunt\AppData\Local\UniGetUI\Chocolatey\bin;C:\Users\chunt\AppData\Local\Programs\WingetUI\choco-cli\bin;C:\Users\chunt\AppData\Local\Microsoft\WindowsApps;C:\Users\chunt\AppData\Local\Programs\oh-my-posh\bin;C:\Users\chunt\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\AgileBits.1Password.CLI_Microsoft.Winget.Source_8wekyb3d8bbwe\.;C:\Users\chunt\AppData\Local\Programs\Git\cmd;C:\Users\chunt\AppData\Local\gitkraken\bin;C:\Users\chunt\.dotnet\tools;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Derailed.k9s_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Program Files\Azure Data Studio\bin;C:\bin;C:\Program Files\OpenSSL-Win64\bin;C:\Users\chunt\go\bin;C:\Users\chunt\AppData\Local\Programs\Bicep CLI;C:\Users\chunt\AppData\Local\radius;C:\Users\chunt\.dapr\bin;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Kubernetes.kustomize_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\junegunn.fzf_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Task.Task_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\AppData\Local\Programs\Lens\resources\cli\bin;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Links;C:\Users\chunt\AppData\Roaming\npm;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Helm.Helm_Microsoft.Winget.Source_8wekyb3d8bbwe\windows-amd64;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Microsoft.SBOMTool_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\Users\chunt\AppData\Local\Microsoft\WinGet\Packages\Wilfred.difftastic_Microsoft.Winget.Source_8wekyb3d8bbwe;C:\bin\DSC; | |
2025-02-11T20:03:27.318870Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\assertion.dsc.resource.json | |
2025-02-11T20:03:27.320693Z TRACE dsc_lib::discovery::command_discovery: 233: Resource 'Microsoft.DSC/Assertion' found | |
2025-02-11T20:03:27.322798Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\echo.dsc.resource.json | |
2025-02-11T20:03:27.324099Z TRACE dsc_lib::discovery::command_discovery: 233: Resource 'Microsoft.DSC.Debug/Echo' found | |
2025-02-11T20:03:27.325078Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\group.dsc.resource.json | |
2025-02-11T20:03:27.326861Z TRACE dsc_lib::discovery::command_discovery: 233: Resource 'Microsoft.DSC/Group' found | |
2025-02-11T20:03:27.328430Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\osinfo.dsc.resource.json | |
2025-02-11T20:03:27.330109Z TRACE dsc_lib::discovery::command_discovery: 233: Resource 'Microsoft/OSInfo' found | |
2025-02-11T20:03:27.331437Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\powershell.dsc.resource.json | |
2025-02-11T20:03:27.332975Z TRACE dsc_lib::discovery::command_discovery: 230: Resource adapter 'Microsoft.DSC/PowerShell' found | |
2025-02-11T20:03:27.334414Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\reboot_pending.dsc.resource.json | |
2025-02-11T20:03:27.335757Z TRACE dsc_lib::discovery::command_discovery: 233: Resource 'Microsoft.Windows/RebootPending' found | |
2025-02-11T20:03:27.337183Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\registry.dsc.resource.json | |
2025-02-11T20:03:27.339018Z TRACE dsc_lib::discovery::command_discovery: 233: Resource 'Microsoft.Windows/Registry' found | |
2025-02-11T20:03:27.340407Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\RunCommandOnSet.dsc.resource.json | |
2025-02-11T20:03:27.341812Z TRACE dsc_lib::discovery::command_discovery: 233: Resource 'Microsoft.DSC.Transitional/RunCommandOnSet' found | |
2025-02-11T20:03:27.343278Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\windowspowershell.dsc.resource.json | |
2025-02-11T20:03:27.344926Z TRACE dsc_lib::discovery::command_discovery: 230: Resource adapter 'Microsoft.Windows/WindowsPowerShell' found | |
2025-02-11T20:03:27.346300Z TRACE dsc_lib::discovery::command_discovery: 212: Found resource manifest: C:\bin\DSC\wmi.dsc.resource.json | |
2025-02-11T20:03:27.347730Z TRACE dsc_lib::discovery::command_discovery: 230: Resource adapter 'Microsoft.Windows/WMI' found | |
2025-02-11T20:03:27.348925Z DEBUG dsc_lib::discovery::command_discovery: 244: Found 7 matching non-adapter-based resources | |
2025-02-11T20:03:27.350270Z DEBUG dsc_lib::discovery::command_discovery: 420: Found 0 matching non-adapter-based resources | |
2025-02-11T20:03:27.351363Z DEBUG dsc_lib::discovery::command_discovery: 667: Read 14 items into lookup table from "C:\\Users\\chunt\\AppData\\Local\\dsc\\AdaptedResourcesLookupTable.json" | |
2025-02-11T20:03:27.352192Z DEBUG dsc::subcommand: 313: No parameters specified | |
2025-02-11T20:03:27.352694Z INFO dsc_lib::configure: 553: No parameters defined in configuration and no parameters input | |
2025-02-11T20:03:27.353076Z DEBUG dsc_lib::configure: 621: No variables defined in configuration | |
2025-02-11T20:03:27.354303Z DEBUG dsc_lib::configure::depends_on: 27: Getting resource invocation order | |
2025-02-11T20:03:27.354882Z DEBUG dsc_lib::configure::depends_on: 90: Resource invocation order: [Resource { resource_type: "Microsoft.DSC/PowerShell", name: "Powershell DSC Resources", depends_on: None, properties: Some({"resources": Array [Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("PowerShell"), "properties": Object {"id": String("Microsoft.PowerShell"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("Docker Desktop"), "properties": Object {"id": String("Docker.DockerDesktop"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("Git"), "properties": Object {"id": String("Git.Git"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("Cloudflare Warp"), "properties": Object {"id": String("Cloudflare.Warp"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("AzureCLI"), "properties": Object {"id": String("Microsoft.AzureCLI"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("VisualStudio 2022 Community"), "properties": Object {"id": String("Microsoft.VisualStudio.2022.Community"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("DotNet SDK 8"), "properties": Object {"id": String("Microsoft.DotNet.SDK.8"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("DotNet SDK 9"), "properties": Object {"id": String("Microsoft.DotNet.SDK.9"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("1Password"), "properties": Object {"id": String("XP99C9G0KRDZ27"), "source": String("msstore"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("Oh My Posh"), "properties": Object {"id": String("XP8K0HKJFRXGCK"), "source": String("msstore"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("SumatraPDF"), "properties": Object {"id": String("SumatraPDF.SumatraPDF"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("Mirantis Lens"), "properties": Object {"id": String("Mirantis.Lens"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("Obsidian"), "properties": Object {"id": String("Obsidian.Obsidian"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("WSL"), "properties": Object {"id": String("Microsoft.WSL"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}, Object {"type": String("Microsoft.WinGet.DSC/WinGetPackage"), "name": String("GitKraken"), "properties": Object {"id": String("Axosoft.GitKraken"), "source": String("winget"), "uselatest": Bool(true), "ensure": String("Present")}}]}), metadata: None }] | |
2025-02-11T20:03:27.365080Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.366264Z TRACE dsc_lib::configure: 708: Invoke property expression for resources: [{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"PowerShell","properties":{"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Docker Desktop","properties":{"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Git","properties":{"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Cloudflare Warp","properties":{"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"AzureCLI","properties":{"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"VisualStudio 2022 Community","properties":{"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 8","properties":{"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 9","properties":{"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"1Password","properties":{"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Oh My Posh","properties":{"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"SumatraPDF","properties":{"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Mirantis Lens","properties":{"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Obsidian","properties":{"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"WSL","properties":{"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"GitKraken","properties":{"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"}}] | |
2025-02-11T20:03:27.367228Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.367900Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.368532Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.369225Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.370313Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "PowerShell" | |
2025-02-11T20:03:27.371025Z DEBUG dsc_lib::parser: 48: Parsing statement: PowerShell | |
2025-02-11T20:03:27.371612Z DEBUG dsc_lib::parser: 72: Parsing string literal: PowerShell | |
2025-02-11T20:03:27.372207Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.375291Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.376039Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Microsoft.PowerShell" | |
2025-02-11T20:03:27.378174Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.PowerShell | |
2025-02-11T20:03:27.378836Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.PowerShell | |
2025-02-11T20:03:27.379438Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.380066Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.380648Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.381262Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.381823Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.382433Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.383076Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.383621Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.384157Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.384817Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.385330Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.385866Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "Docker Desktop" | |
2025-02-11T20:03:27.386672Z DEBUG dsc_lib::parser: 48: Parsing statement: Docker Desktop | |
2025-02-11T20:03:27.387356Z DEBUG dsc_lib::parser: 72: Parsing string literal: Docker Desktop | |
2025-02-11T20:03:27.387969Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.388649Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.389196Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Docker.DockerDesktop" | |
2025-02-11T20:03:27.389765Z DEBUG dsc_lib::parser: 48: Parsing statement: Docker.DockerDesktop | |
2025-02-11T20:03:27.390416Z DEBUG dsc_lib::parser: 72: Parsing string literal: Docker.DockerDesktop | |
2025-02-11T20:03:27.391001Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.391566Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.392177Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.392757Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.393321Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.393933Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.394492Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.395100Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.395681Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.396275Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.396887Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.397527Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "Git" | |
2025-02-11T20:03:27.398091Z DEBUG dsc_lib::parser: 48: Parsing statement: Git | |
2025-02-11T20:03:27.398711Z DEBUG dsc_lib::parser: 72: Parsing string literal: Git | |
2025-02-11T20:03:27.399374Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.399998Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.400659Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Git.Git" | |
2025-02-11T20:03:27.401241Z DEBUG dsc_lib::parser: 48: Parsing statement: Git.Git | |
2025-02-11T20:03:27.401917Z DEBUG dsc_lib::parser: 72: Parsing string literal: Git.Git | |
2025-02-11T20:03:27.402478Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.403105Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.403662Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.404274Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.404930Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.405569Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.406385Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.407183Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.408044Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.408785Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.409560Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.410248Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "Cloudflare Warp" | |
2025-02-11T20:03:27.410941Z DEBUG dsc_lib::parser: 48: Parsing statement: Cloudflare Warp | |
2025-02-11T20:03:27.411678Z DEBUG dsc_lib::parser: 72: Parsing string literal: Cloudflare Warp | |
2025-02-11T20:03:27.412388Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.413101Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.413875Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Cloudflare.Warp" | |
2025-02-11T20:03:27.414557Z DEBUG dsc_lib::parser: 48: Parsing statement: Cloudflare.Warp | |
2025-02-11T20:03:27.415314Z DEBUG dsc_lib::parser: 72: Parsing string literal: Cloudflare.Warp | |
2025-02-11T20:03:27.416044Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.416828Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.417558Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.418331Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.419067Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.419880Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.420645Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.421401Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.422063Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.422852Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.423620Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.424374Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "AzureCLI" | |
2025-02-11T20:03:27.425082Z DEBUG dsc_lib::parser: 48: Parsing statement: AzureCLI | |
2025-02-11T20:03:27.425853Z DEBUG dsc_lib::parser: 72: Parsing string literal: AzureCLI | |
2025-02-11T20:03:27.426567Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.427332Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.428011Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Microsoft.AzureCLI" | |
2025-02-11T20:03:27.428744Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.AzureCLI | |
2025-02-11T20:03:27.429436Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.AzureCLI | |
2025-02-11T20:03:27.430124Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.430804Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.431528Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.432275Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.433617Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.434398Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.435083Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.435816Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.436608Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.437474Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.438220Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.438965Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "VisualStudio 2022 Community" | |
2025-02-11T20:03:27.439637Z DEBUG dsc_lib::parser: 48: Parsing statement: VisualStudio 2022 Community | |
2025-02-11T20:03:27.440327Z DEBUG dsc_lib::parser: 72: Parsing string literal: VisualStudio 2022 Community | |
2025-02-11T20:03:27.441016Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.441644Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.442343Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Microsoft.VisualStudio.2022.Community" | |
2025-02-11T20:03:27.443112Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.VisualStudio.2022.Community | |
2025-02-11T20:03:27.443824Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.VisualStudio.2022.Community | |
2025-02-11T20:03:27.444569Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.445279Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.445961Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.446715Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.447381Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.448049Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.448791Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.449333Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.449872Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.450467Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.451244Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.451903Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "DotNet SDK 8" | |
2025-02-11T20:03:27.452592Z DEBUG dsc_lib::parser: 48: Parsing statement: DotNet SDK 8 | |
2025-02-11T20:03:27.453420Z DEBUG dsc_lib::parser: 72: Parsing string literal: DotNet SDK 8 | |
2025-02-11T20:03:27.454043Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.454698Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.455426Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Microsoft.DotNet.SDK.8" | |
2025-02-11T20:03:27.456131Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.DotNet.SDK.8 | |
2025-02-11T20:03:27.456736Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.DotNet.SDK.8 | |
2025-02-11T20:03:27.457405Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.458096Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.458752Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.459387Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.460001Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.460729Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.461461Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.462160Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.462885Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.463560Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.464292Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.464871Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "DotNet SDK 9" | |
2025-02-11T20:03:27.465552Z DEBUG dsc_lib::parser: 48: Parsing statement: DotNet SDK 9 | |
2025-02-11T20:03:27.466303Z DEBUG dsc_lib::parser: 72: Parsing string literal: DotNet SDK 9 | |
2025-02-11T20:03:27.467040Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.467742Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.468435Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Microsoft.DotNet.SDK.9" | |
2025-02-11T20:03:27.469205Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.DotNet.SDK.9 | |
2025-02-11T20:03:27.470478Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.DotNet.SDK.9 | |
2025-02-11T20:03:27.471360Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.473147Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.473959Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.475300Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.477292Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.479497Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.484404Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.485151Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.486164Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.487538Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.488625Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.490246Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "1Password" | |
2025-02-11T20:03:27.491938Z DEBUG dsc_lib::parser: 48: Parsing statement: 1Password | |
2025-02-11T20:03:27.493025Z DEBUG dsc_lib::parser: 72: Parsing string literal: 1Password | |
2025-02-11T20:03:27.494038Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.496552Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.497450Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "XP99C9G0KRDZ27" | |
2025-02-11T20:03:27.498270Z DEBUG dsc_lib::parser: 48: Parsing statement: XP99C9G0KRDZ27 | |
2025-02-11T20:03:27.499392Z DEBUG dsc_lib::parser: 72: Parsing string literal: XP99C9G0KRDZ27 | |
2025-02-11T20:03:27.501116Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "msstore" | |
2025-02-11T20:03:27.502426Z DEBUG dsc_lib::parser: 48: Parsing statement: msstore | |
2025-02-11T20:03:27.504134Z DEBUG dsc_lib::parser: 72: Parsing string literal: msstore | |
2025-02-11T20:03:27.504996Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.506316Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.507318Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.508073Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.508924Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.509905Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.510855Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.511646Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.512792Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "Oh My Posh" | |
2025-02-11T20:03:27.513944Z DEBUG dsc_lib::parser: 48: Parsing statement: Oh My Posh | |
2025-02-11T20:03:27.515410Z DEBUG dsc_lib::parser: 72: Parsing string literal: Oh My Posh | |
2025-02-11T20:03:27.516181Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.516903Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.517694Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "XP8K0HKJFRXGCK" | |
2025-02-11T20:03:27.518489Z DEBUG dsc_lib::parser: 48: Parsing statement: XP8K0HKJFRXGCK | |
2025-02-11T20:03:27.519242Z DEBUG dsc_lib::parser: 72: Parsing string literal: XP8K0HKJFRXGCK | |
2025-02-11T20:03:27.520451Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "msstore" | |
2025-02-11T20:03:27.521267Z DEBUG dsc_lib::parser: 48: Parsing statement: msstore | |
2025-02-11T20:03:27.522458Z DEBUG dsc_lib::parser: 72: Parsing string literal: msstore | |
2025-02-11T20:03:27.523341Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.524163Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.524865Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.525633Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.526401Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.527387Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.528058Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.528770Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.529490Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "SumatraPDF" | |
2025-02-11T20:03:27.530287Z DEBUG dsc_lib::parser: 48: Parsing statement: SumatraPDF | |
2025-02-11T20:03:27.531118Z DEBUG dsc_lib::parser: 72: Parsing string literal: SumatraPDF | |
2025-02-11T20:03:27.531907Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.532616Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.533393Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "SumatraPDF.SumatraPDF" | |
2025-02-11T20:03:27.534263Z DEBUG dsc_lib::parser: 48: Parsing statement: SumatraPDF.SumatraPDF | |
2025-02-11T20:03:27.535106Z DEBUG dsc_lib::parser: 72: Parsing string literal: SumatraPDF.SumatraPDF | |
2025-02-11T20:03:27.535927Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.536966Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.537807Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.538618Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.539387Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.540168Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.540898Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.541664Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.542723Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.543573Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.544278Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.544970Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "Mirantis Lens" | |
2025-02-11T20:03:27.545651Z DEBUG dsc_lib::parser: 48: Parsing statement: Mirantis Lens | |
2025-02-11T20:03:27.546413Z DEBUG dsc_lib::parser: 72: Parsing string literal: Mirantis Lens | |
2025-02-11T20:03:27.547304Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.548033Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.548764Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Mirantis.Lens" | |
2025-02-11T20:03:27.549637Z DEBUG dsc_lib::parser: 48: Parsing statement: Mirantis.Lens | |
2025-02-11T20:03:27.550345Z DEBUG dsc_lib::parser: 72: Parsing string literal: Mirantis.Lens | |
2025-02-11T20:03:27.551207Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.551971Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.552924Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.553903Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.554724Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.555788Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.556632Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.557403Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.558257Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.559024Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.559895Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.560603Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "Obsidian" | |
2025-02-11T20:03:27.561306Z DEBUG dsc_lib::parser: 48: Parsing statement: Obsidian | |
2025-02-11T20:03:27.562223Z DEBUG dsc_lib::parser: 72: Parsing string literal: Obsidian | |
2025-02-11T20:03:27.563111Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.563913Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.564684Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Obsidian.Obsidian" | |
2025-02-11T20:03:27.565496Z DEBUG dsc_lib::parser: 48: Parsing statement: Obsidian.Obsidian | |
2025-02-11T20:03:27.566370Z DEBUG dsc_lib::parser: 72: Parsing string literal: Obsidian.Obsidian | |
2025-02-11T20:03:27.567206Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.567984Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.568951Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.570918Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.571819Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.572676Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.573729Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.574476Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.575120Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.575921Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.576782Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.577512Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "WSL" | |
2025-02-11T20:03:27.578317Z DEBUG dsc_lib::parser: 48: Parsing statement: WSL | |
2025-02-11T20:03:27.579114Z DEBUG dsc_lib::parser: 72: Parsing string literal: WSL | |
2025-02-11T20:03:27.579831Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.580647Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.581489Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Microsoft.WSL" | |
2025-02-11T20:03:27.582273Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WSL | |
2025-02-11T20:03:27.583534Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WSL | |
2025-02-11T20:03:27.584664Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.585633Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.586800Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.589774Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.591077Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.591922Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.592844Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.593587Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.594337Z TRACE dsc_lib::configure: 708: Invoke property expression for type: "Microsoft.WinGet.DSC/WinGetPackage" | |
2025-02-11T20:03:27.594963Z DEBUG dsc_lib::parser: 48: Parsing statement: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.595665Z DEBUG dsc_lib::parser: 72: Parsing string literal: Microsoft.WinGet.DSC/WinGetPackage | |
2025-02-11T20:03:27.596361Z TRACE dsc_lib::configure: 708: Invoke property expression for name: "GitKraken" | |
2025-02-11T20:03:27.597103Z DEBUG dsc_lib::parser: 48: Parsing statement: GitKraken | |
2025-02-11T20:03:27.597848Z DEBUG dsc_lib::parser: 72: Parsing string literal: GitKraken | |
2025-02-11T20:03:27.598635Z TRACE dsc_lib::configure: 708: Invoke property expression for properties: {"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"} | |
2025-02-11T20:03:27.599384Z DEBUG dsc_lib::configure: 700: Invoke property expressions | |
2025-02-11T20:03:27.600156Z TRACE dsc_lib::configure: 708: Invoke property expression for id: "Axosoft.GitKraken" | |
2025-02-11T20:03:27.600843Z DEBUG dsc_lib::parser: 48: Parsing statement: Axosoft.GitKraken | |
2025-02-11T20:03:27.601584Z DEBUG dsc_lib::parser: 72: Parsing string literal: Axosoft.GitKraken | |
2025-02-11T20:03:27.602369Z TRACE dsc_lib::configure: 708: Invoke property expression for source: "winget" | |
2025-02-11T20:03:27.603162Z DEBUG dsc_lib::parser: 48: Parsing statement: winget | |
2025-02-11T20:03:27.604439Z DEBUG dsc_lib::parser: 72: Parsing string literal: winget | |
2025-02-11T20:03:27.605349Z TRACE dsc_lib::configure: 708: Invoke property expression for uselatest: true | |
2025-02-11T20:03:27.606011Z TRACE dsc_lib::configure: 708: Invoke property expression for ensure: "Present" | |
2025-02-11T20:03:27.606773Z DEBUG dsc_lib::parser: 48: Parsing statement: Present | |
2025-02-11T20:03:27.607569Z DEBUG dsc_lib::parser: 72: Parsing string literal: Present | |
2025-02-11T20:03:27.608505Z DEBUG dsc_lib::configure: 259: resource_type Microsoft.DSC/PowerShell | |
2025-02-11T20:03:27.609481Z TRACE dsc_lib::configure: 261: filter: {"resources":[{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"PowerShell","properties":{"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Docker Desktop","properties":{"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Git","properties":{"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Cloudflare Warp","properties":{"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"AzureCLI","properties":{"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"VisualStudio 2022 Community","properties":{"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 8","properties":{"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 9","properties":{"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"1Password","properties":{"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Oh My Posh","properties":{"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"SumatraPDF","properties":{"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Mirantis Lens","properties":{"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Obsidian","properties":{"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"WSL","properties":{"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"GitKraken","properties":{"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"}}],"metadata":{"Microsoft.DSC":{"context":"configuration"}}} | |
2025-02-11T20:03:27.610711Z DEBUG dsc_lib::dscresources::dscresource: 192: Invoking get for 'Microsoft.DSC/PowerShell' | |
2025-02-11T20:03:27.611608Z DEBUG dsc_lib::dscresources::command_resource: 29: Invoking get for 'Microsoft.DSC/PowerShell' | |
2025-02-11T20:03:27.612507Z DEBUG dsc_lib::dscresources::command_resource: 738: Verify JSON for 'Microsoft.DSC/PowerShell' | |
2025-02-11T20:03:27.617337Z TRACE dsc_lib::dscresources::command_resource: 742: Validating against JSON: {"resources":[{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"PowerShell","properties":{"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Docker Desktop","properties":{"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Git","properties":{"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Cloudflare Warp","properties":{"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"AzureCLI","properties":{"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"VisualStudio 2022 Community","properties":{"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 8","properties":{"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 9","properties":{"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"1Password","properties":{"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Oh My Posh","properties":{"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"SumatraPDF","properties":{"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Mirantis Lens","properties":{"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Obsidian","properties":{"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"WSL","properties":{"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"GitKraken","properties":{"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"}}],"metadata":{"Microsoft.DSC":{"context":"configuration"}}} | |
2025-02-11T20:03:27.618588Z TRACE dsc_lib::dscresources::command_resource: 405: Invoking validate on 'Microsoft.DSC/PowerShell' using '{"resources":[{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"PowerShell","properties":{"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Docker Desktop","properties":{"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Git","properties":{"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Cloudflare Warp","properties":{"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"AzureCLI","properties":{"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"VisualStudio 2022 Community","properties":{"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 8","properties":{"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 9","properties":{"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"1Password","properties":{"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Oh My Posh","properties":{"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"SumatraPDF","properties":{"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Mirantis Lens","properties":{"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Obsidian","properties":{"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"WSL","properties":{"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"GitKraken","properties":{"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"}}],"metadata":{"Microsoft.DSC":{"context":"configuration"}}}' | |
2025-02-11T20:03:27.619898Z DEBUG dsc_lib::dscresources::command_resource: 721: Parsing input as stdin | |
2025-02-11T20:03:27.620620Z INFO dsc_lib::dscresources::command_resource: 414: Invoking validate on 'Microsoft.DSC/PowerShell' using 'pwsh' | |
2025-02-11T20:03:27.621906Z DEBUG dsc_lib::dscresources::command_resource: 672: Invoking command 'pwsh' with args Some(["-NoLogo", "-NonInteractive", "-NoProfile", "-Command", "$Input | ./psDscAdapter/powershell.resource.ps1 Validate"]) | |
2025-02-11T20:03:27.876595Z TRACE dsc_lib::dscresources::command_resource: 589: Writing to command STDIN: {"resources":[{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"PowerShell","properties":{"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Docker Desktop","properties":{"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Git","properties":{"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Cloudflare Warp","properties":{"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"AzureCLI","properties":{"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"VisualStudio 2022 Community","properties":{"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 8","properties":{"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 9","properties":{"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"1Password","properties":{"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Oh My Posh","properties":{"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"SumatraPDF","properties":{"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Mirantis Lens","properties":{"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Obsidian","properties":{"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"WSL","properties":{"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"GitKraken","properties":{"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"}}],"metadata":{"Microsoft.DSC":{"context":"configuration"}}} | |
2025-02-11T20:03:29.140181Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 56812: PSVersion=7.5.0 | |
2025-02-11T20:03:29.141923Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 56812: PSPath=C:\Program Files\PowerShell\7 | |
2025-02-11T20:03:29.143977Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 56812: PSModulePath=C:\Users\chunt\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\powershell\7\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules | |
2025-02-11T20:03:29.482469Z DEBUG dsc_lib::dscresources::command_resource: 633: Process 'pwsh' id 56812 exited with code 0 | |
2025-02-11T20:03:29.485069Z DEBUG dsc_lib::dscresources::command_resource: 721: Parsing input as stdin | |
2025-02-11T20:03:29.485836Z INFO dsc_lib::dscresources::command_resource: 40: Invoking get 'Microsoft.DSC/PowerShell' using 'pwsh' | |
2025-02-11T20:03:29.486419Z DEBUG dsc_lib::dscresources::command_resource: 672: Invoking command 'pwsh' with args Some(["-NoLogo", "-NonInteractive", "-NoProfile", "-Command", "$Input | ./psDscAdapter/powershell.resource.ps1 Get"]) | |
2025-02-11T20:03:29.561743Z TRACE dsc_lib::dscresources::command_resource: 589: Writing to command STDIN: {"resources":[{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"PowerShell","properties":{"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Docker Desktop","properties":{"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Git","properties":{"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Cloudflare Warp","properties":{"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"AzureCLI","properties":{"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"VisualStudio 2022 Community","properties":{"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 8","properties":{"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 9","properties":{"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"1Password","properties":{"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Oh My Posh","properties":{"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"SumatraPDF","properties":{"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Mirantis Lens","properties":{"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Obsidian","properties":{"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"WSL","properties":{"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"GitKraken","properties":{"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"}}],"metadata":{"Microsoft.DSC":{"context":"configuration"}}} | |
2025-02-11T20:03:30.984599Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: PSVersion=7.5.0 | |
2025-02-11T20:03:30.985924Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: PSPath=C:\Program Files\PowerShell\7 | |
2025-02-11T20:03:30.987181Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: PSModulePath=C:\Users\chunt\Documents\PowerShell\Modules;C:\Program Files\PowerShell\Modules;c:\program files\powershell\7\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules | |
2025-02-11T20:03:30.994601Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: jsonInput={"resources":[{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"PowerShell","properties":{"id":"Microsoft.PowerShell","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Docker Desktop","properties":{"id":"Docker.DockerDesktop","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Git","properties":{"id":"Git.Git","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Cloudflare Warp","properties":{"id":"Cloudflare.Warp","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"AzureCLI","properties":{"id":"Microsoft.AzureCLI","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"VisualStudio 2022 Community","properties":{"id":"Microsoft.VisualStudio.2022.Community","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 8","properties":{"id":"Microsoft.DotNet.SDK.8","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"DotNet SDK 9","properties":{"id":"Microsoft.DotNet.SDK.9","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"1Password","properties":{"id":"XP99C9G0KRDZ27","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Oh My Posh","properties":{"id":"XP8K0HKJFRXGCK","source":"msstore","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"SumatraPDF","properties":{"id":"SumatraPDF.SumatraPDF","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Mirantis Lens","properties":{"id":"Mirantis.Lens","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"Obsidian","properties":{"id":"Obsidian.Obsidian","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"WSL","properties":{"id":"Microsoft.WSL","source":"winget","uselatest":true,"ensure":"Present"}},{"type":"Microsoft.WinGet.DSC/WinGetPackage","name":"GitKraken","properties":{"id":"Axosoft.GitKraken","source":"winget","uselatest":true,"ensure":"Present"}}],"metadata":{"Microsoft.DSC":{"context":"configuration"}}} | |
2025-02-11T20:03:31.385257Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: Reading from Get-DscResource cache file C:\Users\chunt\AppData\Local\dsc\PSAdapterCache.json | |
2025-02-11T20:03:31.404778Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: Checking cache for stale entries | |
2025-02-11T20:03:31.581363Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: Checking cache for stale PSModulePath | |
2025-02-11T20:03:31.977590Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: PSModulePath diff '' | |
2025-02-11T20:03:31.982757Z DEBUG dsc_lib::dscresources::command_resource: 865: PID 52892: ERROR: DSC resource module not found. | |
2025-02-11T20:03:32.376127Z DEBUG dsc_lib::dscresources::command_resource: 633: Process 'pwsh' id 52892 exited with code 1 | |
2025-02-11T20:03:32.379327Z ERROR dsc::subcommand: 68: Command: Resource 'pwsh' [exit code 1] manifest description: Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment