PowerShell / PSResourceGet

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

ACR Integration: Find-PSResource methods and response class #1499

Closed alerickson closed 10 months ago

alerickson commented 10 months ago

PR Summary

This PR includes the implementation of Find-PSResource (including all supported parameters, ie version, etc). It also includes the implementation of the response class and converting response into PSResourceInfo objects.

This PR also includes tests for Find-PSResource calling ACR repositories.

PR Context

PR Checklist