Skip to content

Commit

Permalink
Reduce verbose logging noise generated by calls to PSResource cmdlets
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Sep 17, 2024
1 parent 1463f9c commit 08b3574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/functions/Get-ExtensionFromRepository.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function Get-ExtensionFromRepository {
$psResourceArgs = @{
Name = $Name
PreRelease = $PreRelease
Verbose = $false
}
if ($Version) {
$extension.Add("Version", $Version)
Expand Down

0 comments on commit 08b3574

Please sign in to comment.