Azure / GuestConfiguration

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

Guest cmdlet will use 'Path' parameter name for policy package path #235

Closed xmichelleyang closed 3 years ago

xmichelleyang commented 3 years ago

Issue #233

amitsara commented 3 years ago

function Test-GuestConfigurationPackage

Can you also please fix syntax of following commands Get-GuestConfigurationPackageComplianceStatus [-Package] [[-Parameter] <hashtable[]>] [] Start-GuestConfigurationPackageRemediation [-Package] [-Force] [-Parameter <hashtable[]>] []

Resolved


Refers to: source/Public/Test-GuestConfigurationPackage.ps1:29 in 85127ba. [](commit_id = 85127ba32a6ab501b0bd340b3dbdaf5c5035ba12, deletion_comment = False)

xmichelleyang commented 3 years ago

I have added those changes


In reply to: 886557366