@@ -18,14 +18,18 @@ The latest release packages for PowerShell DSC for Linux can be downloaded here:
1818[ Releases] ( https://github.com/Microsoft/PowerShell-DSC-for-Linux/releases )
1919
2020## Current status and roadmap for Linux DSC
21- This repo is the home for the source code and development
22- of Desired State Configuration for Linux.
23- There are three solutions where releases from this repo
24- are expected to be consumed:
21+ DSC has shifted to a cross-platform implementation that is developed in the
22+ [ PSDesiredStateConfiguration] ( https://github.com/powershell/psdesiredstateconfiguration )
23+ repo. Unless you have specific needs that require version 1, please navigate to the new location to view the current work on version 3.
24+
25+ For more information, please see the
26+ [ doumentation for Desired State Configuration] ( https://learn.microsoft.com/powershell/dsc/overview?view=dsc-3.0 ) .
27+
28+ There are three solutions released from this repo:
2529
26- - As a stand-alone installation on support Linux distros and versions
27- - Within Microsoft Azure using the Linux DSC extension for virtual machines
28- - Within Microsoft Azure as a component of Microsoft Monitoring Agent solutions on Linux virtual machines (aka OMS Linux)
30+ - A stand-alone installation of version 1 for Linux distros and versions
31+ - Microsoft Azure Linux DSC extension for virtual machines
32+ - Microsoft Monitoring Agent solutions on Linux virtual machines (aka OMS Linux)
2933
3034The codebase in this repo has been updated with fixes based on customer
3135incidents reported for Microsoft Monitoring Agent.
@@ -43,13 +47,6 @@ Please note that
4347the extensions for DSC Linux and Monitoring cannot be used
4448together on the same machine.
4549
46- The future roadmap for this solution is to move to
47- [ Azure Policy Guest Configuration] ( https://aka.ms/gcpol )
48- when it is capable of deploying configurations.
49- Currently, Guest Configuration is only able to audit server configurations.
50- Many more details including timing and migration
51- will be available later in calendar year 2020.
52-
5350## Supported Linux operating systems
5451The following Linux operating system versions are supported by DSC for Linux.
5552- CentOS 5, 6, and 7 (x86/x64)
0 commit comments