-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(#250) Removes 'Choco' Alias from Invoke-Choco #273
Conversation
ea1a0e1
to
b0887a1
Compare
C4bVerification-Win2022AzureEditionCore-self-signed103 tests 103 ✅ 15s ⏱️ Results for commit 3f517f1. ♻️ This comment has been updated with latest results. |
C4bVerification-Win2022AzureEditionCore-single103 tests 103 ✅ 14s ⏱️ Results for commit 3f517f1. ♻️ This comment has been updated with latest results. |
C4bVerification-Win2019Datacenter-self-signed103 tests 103 ✅ 21s ⏱️ Results for commit 2a1af36. ♻️ This comment has been updated with latest results. |
C4bVerification-Win2019Datacenter-single103 tests 103 ✅ 30s ⏱️ Results for commit 3f517f1. ♻️ This comment has been updated with latest results. |
C4bVerification-Win2019Datacenter-wildcard103 tests 103 ✅ 23s ⏱️ Results for commit 2a1af36. ♻️ This comment has been updated with latest results. |
b0887a1
to
02aeaaa
Compare
3f517f1
to
2a1af36
Compare
This is good practice for work going forward, and begins to enable some of the later stage work we want to do to unify our environment setup(s). sq
Removes the alias of "choco", which causes a lot of replacements. This is in order to not confuse users, after running the QSG scripts, who don't expect choco to be replaced.
2a1af36
to
da281af
Compare
Description Of Changes
Removes the alias from
Invoke-Choco
.Motivation and Context
The alias remaining in the session after the installation could confuse users.
Testing
Operating Systems Testing
Change Types Made
[ ] Bug fix (non-breaking change).[ ] Breaking change (fix or feature that could cause existing functionality to change).[ ] Documentation changes.Change Checklist
[ ] Requires a change to the documentation.[ ] Documentation has been updated.[ ] Tests to cover my changes, have been added.[ ] PowerShell code changes: PowerShell v3 compatibility checked?Related Issue
Fixes #