Skip to content

Commit aaebce9

Browse files
committed
Clarify Machine Configuration uses PSDSC
1 parent 868bedb commit aaebce9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/governance/machine-configuration/how-to/develop-custom-package/2-create-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88

99
Before you begin, it's a good idea to read the overview page for [machine configuration][01].
1010

11-
Machine configuration uses [Desired State Configuration][02] (DSC) when auditing and configuring
11+
Machine configuration uses [PowerShell Desired State Configuration][02] (PSDSC) when auditing and configuring
1212
both Windows and Linux. The DSC configuration defines the condition that the machine should be in.
1313

1414
> [!IMPORTANT]
@@ -222,7 +222,7 @@ third-party platform in the content artifact.
222222
223223
<!-- Reference link definitions -->
224224
[01]: ../../overview.md
225-
[02]: /powershell/dsc/overview
225+
[02]: /powershell/dsc/overview?view=dsc-2.0
226226
[03]: ./1-set-up-authoring-environment.md
227227
[05]: /powershell/dsc/resources/authoringResourceClass
228228
[06]: https://www.powershellgallery.com/packages?q=Tags%3A%22GuestConfiguration%22

articles/governance/machine-configuration/how-to/develop-custom-package/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88

99
Before you begin, it's a good idea to read the overview page for [machine configuration][01].
1010

11-
Machine configuration uses [Desired State Configuration][02] (DSC) when auditing and configuring
11+
Machine configuration uses [PowerShell Desired State Configuration][02] (PSDSC) when auditing and configuring
1212
both Windows and Linux. The DSC configuration defines the condition that the machine should be in.
1313

1414
> [!IMPORTANT]
@@ -43,11 +43,11 @@ policy using the [GuestConfiguration PowerShell module][09].
4343
4444
<!-- Link reference definitions -->
4545
[01]: ../../overview.md
46-
[02]: /powershell/dsc/overview
46+
[02]: /powershell/dsc/overview?view=dsc-2.0
4747
[03]: ./1-set-up-authoring-environment.md
4848
[04]: ./2-create-package.md
4949
[05]: ./3-test-package.md
5050
[06]: ./4-publish-package.md
5151
[07]: ./5-access-package.md
5252
[08]: ./6-sign-package.md
53-
[09]: https://www.powershellgallery.com/packages/GuestConfiguration/4.6.0
53+
[09]: https://www.powershellgallery.com/packages/GuestConfiguration/4.7.0

0 commit comments

Comments
 (0)