DSC icon indicating copy to clipboard operation
DSC copied to clipboard

Description parameter does not work on adapted resources

Open Gijsreyn opened this issue 10 months ago • 0 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.

Summary

When using dsc resource list --adapter Microsoft.DSC/PowerShell --description "The module enables settings configuration for an installed PowerToys application.", the output is empty.

Steps to reproduce

  1. Install Microsoft.PowerToys.Configure module from the PowerShell gallery
  2. Run the above command in the description

Image

Expected behavior

Filtered out result in the output of the list operation

Actual behavior

Empty value is returned

Error details

N/A

Environment data

Name                           Value
----                           -----
PSVersion                      7.5.0
PSEdition                      Core
GitCommitId                    7.5.0
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

dsc 3.0.0-rc.1

Visuals

No response

Gijsreyn avatar Feb 21 '25 11:02 Gijsreyn