Welcome to the discussions for DSC v3 #75
theJasonHelmick
announced in
Announcements
Replies: 2 comments 1 reply
-
Hello @theJasonHelmick |
Beta Was this translation helpful? Give feedback.
0 replies
-
@claudio-salvio See the Teams roadmap - Work on DSC v3 is progressing. https://devblogs.microsoft.com/powershell/powershell-openssh-team-investments-for-2023/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PSDesiredStateConfiguration (DSC) is the PowerShell module that enables writing configuration as code.
The DSC platform was originally built on top of WMI for Windows. Starting in PowerShell 7.1 and working with internal partner teams Azure Guest Configuration and Automanage, we started making DSC cross-platform by enabling Invoke-DSCResource to directly use resources without going through the Local Configuration Manager (LCM).
During the PowerShell 7.3 timeframe, we remain focused on enabling partner teams and will not be accepting public pull requests.
The documentation for PSDesiredStateConfiguration 3.0.0-beta1 is a work-in-progress. We invite the community to review the documentation and assist us as we work on new documentation during the platform development.
For more information about DSC v3, see PowerShell Desired State Configuration Overview
As we continue this journey to make DSC a cross-platform technology, we invite the community to discuss and share your ideas here.
Beta Was this translation helpful? Give feedback.
All reactions