@@ -130,7 +130,7 @@ in this release, see the [diff on GitHub][compare-v3.1.0].
130130- Added support for extensions to DSC. You can now use the ` dsc extension list ` command to
131131 enumerate available extensions. DSC now supports a single extension capability, ` discover ` , which
132132 returns JSON objects indicating where to find DSC resource manifests that aren't in the ` PATH ` or
133- ` DSC_PATH ` , as with resources installed as Appx packages.
133+ ` DSC_RESOURCE_PATH ` , as with resources installed as Appx packages.
134134
135135 Now when DSC performs discovery, it recursively discovers extensions and resources on the system.
136136
@@ -586,11 +586,11 @@ Version `3.0.0` is the first generally available release of DSC.
586586[ release-v3.0.0 ] : https://github.com/PowerShell/DSC/releases/tag/v3.0.0 " Link to the DSC v3.0.0 release on GitHub "
587587
588588<!-- Reference doc links -->
589- [ cli.option.p ] : ./ reference/cli/index.md #--progress-format
590- [ cli.resource.export ] : ./ reference/cli/resource/export.md
591- [ schema.config.resource ] : ./ reference/schemas/config/resource.md
592- [ schema.definitions.resourceKind ] : ./ reference/schemas/definitions/resourcekind.md
593- [ schema.metadata ] : ./ reference/schemas/metadata/Microsoft.DSC /properties.md
589+ [ cli.option.p ] : /powershell/dsc/ reference/cli/?view=dsc-3.0&preserve-view=true #--progress-format
590+ [ cli.resource.export ] : /powershell/dsc/ reference/cli/resource/export?view=dsc-3.0&preserve-view=true
591+ [ schema.config.resource ] : /powershell/dsc/ reference/schemas/config/resource?view=dsc-3.0&preserve-view=true
592+ [ schema.definitions.resourceKind ] : /powershell/dsc/ reference/schemas/definitions/resourcekind?view=dsc-3.0&preserve-view=true
593+ [ schema.metadata ] : /powershell/dsc/ reference/schemas/metadata/microsoft.dsc /properties?view=dsc-3.0&preserve-view=true
594594
595595<!-- Issue and PR links -->
596596[ #328 ] : https://github.com/PowerShell/DSC/issues/328
0 commit comments