Azure / azure-devtestlab

Azure DevTestLab artifacts, scripts and samples
MIT License
458 stars 602 forks source link

Explicitly Setting Chocolatey Version #873

Closed jacksonkays closed 1 year ago

jacksonkays commented 1 year ago

Had issues where newer versions of choco would require .NET Framework 4.6 and therefore cause the VM to restart unexpectedly while installing certain artifacts that utilized the chocolatey package manager.

This is a fix to ensure all choco package managers run on version 1.4.0 while installing artifacts, therefore they will not require the restart.