PowerShell / PSResourceGet

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

ACR package name should be lowercase when creating ACR urls #1552

Closed alerickson closed 7 months ago

alerickson commented 7 months ago

PR Summary

ACR only accepts packages with lowercase names. When uploading blobs to ACR server, the package name should be lowercase (ie ACR will read the package name as being lowercase). The annotations (metadata) will keep the original casing of the package.

PR Context

PR Checklist