PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
486 stars 92 forks source link

Ensure InstallVersion() is case insensitive #1598

Closed anamnavi closed 6 months ago

anamnavi commented 6 months ago

Ensure package name used by Install for ACR, is made lowercase as ACR can only contains lower cased names for artifacts but the user should be able to provide any casing.

Also update Find, Install and Publish tests for ACR to use newly published (with new names) test packages. These will have resourceType populated in manifest.

PR Summary

PR Context

PR Checklist