Azure / GuestConfiguration

PowerShell module for creating, testing, and publishing custom Guest Configuration
MIT License
5 stars 2 forks source link

Start-GuestConfigurationPackage cmdlet is printing variable name not the variable value in the error #220

Closed amitsara closed 2 years ago

amitsara commented 3 years ago

Repro steps: Specify url that doesn’t exist in Start-GuestConfigurationPackage

PS /home/azureuser/ps72> Start-GuestConfigurationPackageRemediation -path https://github.com/amitsara/PowerShell-DSC-for-Linux/raw/master/new_policies/createFiles.zip -Verbose VERBOSE: Guest Configuration Agent binaries already installed at '/var/lib/GuestConfig/bin/3.3.0/GC', skipping. Install-GuestConfigurationPackage: The variable '$PackageZipPath' cannot be retrieved because it has not been set.

Expected: Cmdlet should print the supplied path in the error

github-actions[bot] commented 3 years ago

This issue has not been updated within 14 days