File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
articles/governance/machine-configuration/how-to/develop-custom-package Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ms.topic: how-to
8
8
9
9
Before you begin, it's a good idea to read the overview page for [ machine configuration] [ 01 ] .
10
10
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
12
12
both Windows and Linux. The DSC configuration defines the condition that the machine should be in.
13
13
14
14
> [ !IMPORTANT]
@@ -222,7 +222,7 @@ third-party platform in the content artifact.
222
222
223
223
<!-- Reference link definitions -->
224
224
[ 01 ] : ../../overview.md
225
- [ 02 ] : /powershell/dsc/overview
225
+ [ 02 ] : /powershell/dsc/overview?view=dsc-2.0
226
226
[ 03 ] : ./1-set-up-authoring-environment.md
227
227
[ 05 ] : /powershell/dsc/resources/authoringResourceClass
228
228
[ 06 ] : https://www.powershellgallery.com/packages?q=Tags%3A%22GuestConfiguration%22
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ms.topic: how-to
8
8
9
9
Before you begin, it's a good idea to read the overview page for [ machine configuration] [ 01 ] .
10
10
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
12
12
both Windows and Linux. The DSC configuration defines the condition that the machine should be in.
13
13
14
14
> [ !IMPORTANT]
@@ -43,11 +43,11 @@ policy using the [GuestConfiguration PowerShell module][09].
43
43
44
44
<!-- Link reference definitions -->
45
45
[ 01 ] : ../../overview.md
46
- [ 02 ] : /powershell/dsc/overview
46
+ [ 02 ] : /powershell/dsc/overview?view=dsc-2.0
47
47
[ 03 ] : ./1-set-up-authoring-environment.md
48
48
[ 04 ] : ./2-create-package.md
49
49
[ 05 ] : ./3-test-package.md
50
50
[ 06 ] : ./4-publish-package.md
51
51
[ 07 ] : ./5-access-package.md
52
52
[ 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
You can’t perform that action at this time.
0 commit comments