-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
After the release of 3.2.0-preview.5, it looks like PR #1077 broke the hello_world.dsc.bicep
example.
From version 3.2.0-preview.4, the example still works.
Steps to reproduce
- Try running
dsc config get --file hello_world.dsc.bicep
Expected behavior
It runs successfully.
Actual behavior
ERROR Resource not found: Microsoft.DSC.Debug/Echo 2025-08-27
Error details
Environment data
Name Value
---- -----
PSVersion 7.5.3
PSEdition Core
GitCommitId 7.5.3
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.2.0-preview.5
Visuals
No response