PSResourceGet
PSResourceGet copied to clipboard
Pat token fix
PR Summary
PR Context
PR Checklist
- [x] PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- [x] Summarized changes
- [x] Make sure all
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header - [x] This PR is ready to merge and is not Work in Progress.
- If the PR is work in progress, please add the prefix
WIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.
- If the PR is work in progress, please add the prefix
- Breaking changes
- [x] None
- OR
- [ ] Documentation needed
- [ ] Issue filed:
- User-facing changes
- [ ] Not Applicable
- OR
- [x] Documentation needed
- [x] Issue filed:
- Testing - New and feature
- [x] N/A or can only be tested interactively
- OR
- [ ] Make sure you've added a new test if existing tests do not effectively test the code changed
- Tooling
- [ ] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
- OR
- [ ] I have considered the user experience from a tooling perspective and enumerated concerns in the summary.
@gerryleys please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
@microsoft-github-policy-service agree [company="{your company}"]Options:
- (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
- (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"Contributor License Agreement
@microsoft-github-policy-service agree [company="KU Leuven"]
@microsoft-github-policy-service agree
PS SecretStore 'SecureString' object is governed as a (PAT) token, instead of parsed to a PSCredential Object and treathed as a 'username/password' auth. (Issue #1593) This 'token' will translate into a HttpClient 'Basic Authorization' to access an Azure Devops onprem private artifcats feed.
@gerryleys thanks for opening up this PR. There seems to be some build issues, can't tell what's going on from the CI validation, but please run .\build.ps1 -Clean -Build -BuildConfiguration Debug on the root directory to view and fix errors.
@alerickson Any update on the fix? Is there something I can do (or forgot to do) for this PR? Thanks in advance.
/azp run PowerShell.PSResourceGet
Azure Pipelines successfully started running 1 pipeline(s).