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

Add User-Agent string to identity psresourceget in telemetry #1572

Closed adityapatwardhan closed 5 months ago

adityapatwardhan commented 5 months ago

PR Summary

Add User-Agent header to ACR calls so we can get telemetry for usage

PR Context

PR Checklist

adityapatwardhan commented 5 months ago

Closing this PR as the useragent string is already being added via constructor:

https://github.com/PowerShell/PSResourceGet/blob/f1b3cf7af01eab5ef2e5b3cef7b910a4a4b1e7b4/src/code/ACRServerAPICalls.cs#L63-L64