DSC icon indicating copy to clipboard operation
DSC copied to clipboard

Resource Discovery issue as per DSC Community call

Open kilasuit opened this issue 2 years ago • 1 comments

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

kilasuit avatar Aug 09 '23 19:08 kilasuit

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> 

anmenaga avatar Aug 09 '23 22:08 anmenaga