Skip to content
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

wildcard search for resource no longer works #300

Closed
3 tasks done
SteveL-MSFT opened this issue Jan 30, 2024 · 2 comments
Closed
3 tasks done

wildcard search for resource no longer works #300

SteveL-MSFT opened this issue Jan 30, 2024 · 2 comments
Labels
Issue-Bug Something isn't working Resolution-By Design The reported behavior is by design

Comments

@SteveL-MSFT
Copy link
Member

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

dsc resource list osinfo

Expected behavior

return Microsoft/OSInfo resource

Actual behavior

nothing returned, no error

Error details

No response

Environment data

alpha.4

Version

alpha.4

Visuals

No response

@SteveL-MSFT SteveL-MSFT added the Issue-Bug Something isn't working label Jan 30, 2024
@anmenaga
Copy link
Collaborator

anmenaga commented Feb 6, 2024

@SteveL-MSFT If asterisk is used - it works:

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> dsc resource list *osinfo*

Type              Version  Requires  Description
------------------------------------------------------------------------------------
Microsoft/OSInfo  0.1.0              Returns information about the operating system.

@SteveL-MSFT
Copy link
Member Author

@anmenaga ok, that makes sense, maybe I misremembered whether asterisk was needed to be explicit

@SteveL-MSFT SteveL-MSFT added the Resolution-By Design The reported behavior is by design label Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Something isn't working Resolution-By Design The reported behavior is by design
Projects
Status: Done
Development

No branches or pull requests

2 participants