DSC
DSC copied to clipboard
Resource Discovery issue as per DSC Community call
Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
Steps to reproduce
@SteveL-MSFT found an issue with finding of resources in today's community call when listing resources
Expected behavior
dsc resource list *OSInfo* should list the Microsoft/OSInfo resource
Actual behavior
Doesn't list it
Error details
No response
Environment data
Latest
Version
latest
Visuals
No response
Probably related to Mac environment; On my Win11 (+ latest dsc.exe code from main branch) seems to be running fine:
PS C:\DSCv3> dsc resource list *OS*
Type Version Requires Description
-----------------------------------------------------------------------------------------------------------------------
Microsoft.Windows/Registry 0.1.0 Registry configuration provider for the Windows Registry
Microsoft/OSInfo 0.1.0 Returns information about the operating system.
PSTestModule/TestPSRepository 1.0.0 DSC/PowerShellGroup
PowerShellGet/MSFT_PSRepository 2.2.5 DSC/PowerShellGroup
PS C:\DSCv3> dsc resource list *OSInfo*
Type Version Requires Description
------------------------------------------------------------------------------------
Microsoft/OSInfo 0.1.0 Returns information about the operating system.
PS C:\DSCv3>