File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ changes since the last release, see the [diff on GitHub][unreleased].
121
121
- Added support for extensions to DSC. You can now use the ` dsc extension list ` command to
122
122
enumerate available extensions. DSC now supports a single extension capability, ` discover ` , which
123
123
returns JSON objects indicating where to find DSC resource manifests that aren't in the ` PATH ` or
124
- ` DSC_PATH ` , as with resources installed as Appx packages.
124
+ ` DSC_RESOURCE_PATH ` , as with resources installed as Appx packages.
125
125
126
126
Now when DSC performs discovery, it recursively discovers extensions and resources on the system.
127
127
@@ -135,7 +135,7 @@ changes since the last release, see the [diff on GitHub][unreleased].
135
135
- [ #760 ] [ #760 ]
136
136
- [ #762 ] [ #762 ]
137
137
138
- - Addes support for passing parameters to the ` dsc config ` commands from stdin. You can pass
138
+ - Adds support for passing parameters to the ` dsc config ` commands from stdin. You can pass
139
139
_ either_ the configuration document or parameters file contents to the command from stdin, but
140
140
not both. This enables securely passing sensitive parameters to DSC without writing them to a
141
141
file or defining them as an environment variable.
You can’t perform that action at this time.
0 commit comments