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: Add resource type to returned PSResourceInfo object #1594

Closed alerickson closed 4 months ago

alerickson commented 4 months ago

PR Summary

This PR retrieves the resourceType metadata in the annotations section of a package manifest for ContainterRegistry servers and parses it into the PSResourceInfo object returned by Find-PSResource.

It also changes all instances of "artifactType" to "resourceType" to be consistent with naming.

PR Context

Resolves #1592

PR Checklist