PowerShell / PSResourceGet

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

ACR - Update `PSRepositoryInfo.APIVersion` to replace `acr` with `ContainerRegistry` #1589

Closed alerickson closed 4 months ago

alerickson commented 4 months ago

PR Summary

This PR changes the enum type PSRepositoryInfo.APIVersion from acr to ContainerRegistry. It also changes the values to be pascal case, which is more conventional for enums.

PR Context

Resolves #1579

PR Checklist