The Microsoft.WinGet.Source module should be able to use REST URLs
denelon opened this issue · 0 comments
denelon commented
Description of the new feature / enhancement
The Microsoft.WinGetSource PowerShell module currently connects using the AZ PowerShell module to validate resources exist and to retrieve connection information.
The module should also support connecting to the URLs regardless of the infrastructure the REST source is deployed to. This issue will add the ability to target the URL to manage manifests.
The user would need to be able to provide the URL, and the secret(s) necessary to work with the management REST endpoints.
Proposed technical implementation details
No response