@@ -158,7 +158,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
158
158
159
159
- Added the ` --input ` and ` --file ` options to the [ dsc resource export] [ cli.resource.export ]
160
160
command to enable filtering the exported instances.
161
-
161
+
162
162
Prior to this change, DSC would send resources the defined properties for filtering when a user
163
163
invoked the ` dsc config export ` command, but the same behavior wasn't available when directly
164
164
invoking the ** Export** operation on a resource.
@@ -171,7 +171,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
171
171
</details >
172
172
173
173
- Added the YAML document separator (` --- ` ) between output objects when you invoke a DSC command
174
- with YAML as the output format. Prior to this change, it was dificult to distinguish between
174
+ with YAML as the output format. Prior to this change, it was difficult to distinguish between
175
175
output objects and to parse the output programmatically.
176
176
177
177
<details ><summary >Related work items</summary >
@@ -328,7 +328,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
328
328
</details >
329
329
330
330
- Fixed the ` Microsoft.Windows/Registry ` resource to correctly handle being called to delete a
331
- nonexistant key instead of erroring.
331
+ nonexistent key instead of erroring.
332
332
333
333
<details ><summary >Related work items</summary >
334
334
@@ -435,7 +435,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
435
435
- Prepend the built-in module path (` $Env:SystemRoot\System32\WindowsPowerShell\1.0\Modules ` ).
436
436
- Remove PowerShell modules from the path.
437
437
- Ensure PSDSC resources implemented as classes are discoverable.
438
- - Iindicate when a PSDSC resource can't be found that the adapter requires PSDSC resource modules
438
+ - Indicate when a PSDSC resource can't be found that the adapter requires PSDSC resource modules
439
439
to be installed in the ` AllUsers ` scope.
440
440
441
441
<details ><summary >Related work items</summary >
@@ -511,7 +511,7 @@ in this release, see the [diff on GitHub][compare-v3.0.1].
511
511
512
512
- Fixed a bug in the DSC engine to correctly propagate the ` _inDesiredState ` canonical property for
513
513
resources that implement the ** Test** operation. Prior to this change, the engine would
514
- erroneously perform a synthetic test, which lead to misreporting.
514
+ erroneously perform a synthetic test, which leads to misreporting.
515
515
516
516
<details ><summary >Related work items</summary >
517
517
0 commit comments