Azure / GuestConfiguration

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

Fix: Installing packages via package name instead of the package #226

Closed xmichelleyang closed 2 years ago

amitsara commented 3 years ago

function Install-GuestConfigurationPackage

why are we making changes in this cmdlet?


Refers to: source/Public/Install-GuestConfigurationPackage.ps1:20 in 35b1a7e. [](commit_id = 35b1a7e8545903cdb10b8f45482d39474bf7e194, deletion_comment = False)

amitsara commented 3 years ago
    $Package,

Test and New cmdlet has parameter name 'Path', then we should follow the same with new cmdlets too. path name in one cmdlet and package name in other cmdlet is not consistent


Refers to: source/Public/Start-GuestConfigurationPackageRemediation.ps1:43 in 35b1a7e. [](commit_id = 35b1a7e8545903cdb10b8f45482d39474bf7e194, deletion_comment = False)

github-actions[bot] commented 3 years ago

This PR has not been updated within 14 days