You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/powershell/convertDscResource.psd1
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@
24
24
# Description of the functionality provided by this module
25
25
Description='PowerShell Desired State Configuration Module for converting DSC Resources to JSON format'
26
26
27
-
# Minimum version of the Windows PowerShell engine required by this module
28
-
PowerShellVersion='5.1'
29
-
30
27
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
"description": "Enable passing Windows PowerShell v1 configuration document file directly to DSC. Works only on Windows.",
5
+
"description": "Enable passing Windows PowerShell v1 configuration document file directly to DSC. Works only on Windows and leverages the built-in PSDesiredStateConfiguration module.",
0 commit comments