Skip to content

Commit ee86c76

Browse files
authored
Merge pull request #623 from PowerShell/SteveL-MSFT-patch-1
Update readme.md to remove mention of dependency on PSDSC module
2 parents 1e31d85 + 0031677 commit ee86c76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ With DSCv3, you can:
1818

1919
### Differences from PowerShell DSC
2020

21-
This project is the next generation of DSC and leverages the
22-
[PSDesiredStateConfiguration module][00] to maintain compatibility with existing PowerShell based
23-
resources.
24-
2521
DSCv3 differs from PowerShell DSC in a few important ways:
2622

2723
- DSCv3 doesn't depend on PowerShell. You can use DSCv3 without PowerShell installed and manage
2824
resources written in bash, python, C#, Go, or any other language.
25+
- DSCv3 use of PowerShell based resources does not depend on PSDesiredStateConfiguration module
2926
- DSCv3 doesn't include a local configuration manager. DSCv3 is invoked as a command. It doesn't
3027
run as a service.
3128
- Non-PowerShell resources define their schemas with JSON files, not MOF files.

0 commit comments

Comments
 (0)