Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Gijsreyn closed an issue on microsoft/azure-pipelines-agent
[enhancement]: Windows Agent should support built-in PowerShell modules
### Describe your feature request here When attempting to run a Pester test requiring the `LanguagePackManagement` PS module, it fails because the module is not found. Clearly, the Windows Agents ...Gijsreyn pushed 4 commits to allow-module-without-version Gijsreyn/operation-methods
Gijsreyn created a review comment on a pull request on PowerShell/DSC
There you go: ![image](https://github.com/user-attachments/assets/4a275fbc-8b80-48a4-b3a2-6b84b7dcf3ce) I have added both. The left is the main branch, and the right is the current one in thi...
Gijsreyn opened an issue on microsoft/azure-pipelines-agent
[enhancement]: Windows Agent should support built-in PowerShell modules
### Describe your feature request here When attempting to run a Pester test requiring the `LanguagePackManagement` PS module, it fails because the module is not found. Clearly, the Windows Agents ...Gijsreyn created a comment on a pull request on microsoft/winget-dsc
@ryfu-msft This is a bit out of my league. Clearly, the image that is being used does not have the LanguagePackmanagement built-in. I cannot find anywhere to install it. My best bet would be to eit...
Gijsreyn created a comment on a pull request on microsoft/winget-dsc
> The implementation looks good to me! I think the tests are showing that you have some module dependency issues as well as a couple lines to fix in the tests. Fixed up the tests. I think I was ...
Gijsreyn pushed 1 commit to windows-setting-language Gijsreyn/winget-dsc
- Import module and fix test e473da6
Gijsreyn pushed 2 commits to windows-setting-time Gijsreyn/winget-dsc
Gijsreyn created a comment on a pull request on microsoft/winget-dsc
If the location permissions aren't set, users must manually enter the time.
Gijsreyn created a comment on an issue on PowerShell/DSC
Thanks for the great work on the pull request. I liked what I saw. Just tested in my lab Azure DevOps environment and it looks good: ![image](https://github.com/user-attachments/assets/cc121dd4-...
Gijsreyn created a comment on a pull request on microsoft/winget-dsc
Thanks for the comments @ryfu-msft . I have rewritten the logic and grabbed most of the old stuff from you. Looking at the code from: https://github.com/desktop/desktop/blob/development/app/src/lib...
Gijsreyn pushed 1 commit to fix-vscode-search-path Gijsreyn/winget-dsc
- Rewrite logic to hardcode key 7cc1632
Gijsreyn created a review comment on a pull request on PowerShell/DSC
When working in the winget-dsc repository, I often found myself doing something like: ```powershell $env:PSModulePath += ";C:\source\winget-dsc\resources\Microsoft.DotNet.Dsc" # Call functio...
Gijsreyn created a comment on a pull request on microsoft/winget-dsc
Thanks for the sharing and interesting thoughts. I would have assumed the GitClone resource would test for it. If it is already present, it applies the configuration successfully without additional...
Gijsreyn pushed 8 commits to allow-module-without-version Gijsreyn/operation-methods
- Allow modules to be added to PSModulePath without version e8e1180
- Add tests ee03947
- Fix incorrect discovery on include ced2421
- Added description from Andrew 8edeb32
- Fix tests from rebase b7e94a8
- Resolve remarks 1a488e3
- no cmdlets dd460eb
- Merge branch 'allow-module-without-version' of https://github.com/Gijsreyn/operation-methods into allow-module-withou... 9fc330a
Gijsreyn created a review comment on a pull request on PowerShell/DSC
I took the same example as `TestClassResource.psd1`, but just leaving it empty now.
Gijsreyn created a comment on a pull request on PowerShell/DSC
Added the `OTBS` to the settings.json file. It might help other folks in the future when they are working with the PowerShell scripts. All remarks resolved @SteveL-MSFT
Gijsreyn pushed 12 commits to allow-module-without-version Gijsreyn/operation-methods
- Add internationalization for `dscecho` resource ff54eea
- add `osinfo` resource to packages 981192a
- fix order of package files to be alphabetical 6c41f8b
- remove unused parallel resource manifest 1a2f4f0
- fix test 6e3bdf5
- Merge pull request #606 from SteveL-MSFT/dscecho-i18n Make `dscecho` resource internationalization compliant and add... ab73e75
- Allow modules to be added to PSModulePath without version 704186d
- Add tests db4268c
- Fix incorrect discovery on include 64c8ea9
- Added description from Andrew c090754
- Fix tests from rebase b513548
- Resolve remarks 58b9d3d
Gijsreyn pushed 1 commit to allow-module-without-version Gijsreyn/operation-methods
- Resolve remarks 1a488e3
Gijsreyn pushed 1 commit to fix-configuration-apply Gijsreyn/winget-dsc
- Comment out optional modules 39c926a
Gijsreyn pushed 1 commit to fix-configuration-apply Gijsreyn/winget-dsc
- Add versions and PowerShell 7 59ac577