Skip to content

Commit 8b19190

Browse files
authored
Merge pull request #108614 from DCtheGeek/dmc-policy-gclinux
Fixing links and TOC for GC
2 parents 149e81d + d527a43 commit 8b19190

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

articles/governance/policy/how-to/guest-configuration-create-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before creating custom policies, it is a good idea to read the conceptual overvi
1010
at the page [Azure Policy Guest Configuration](../concepts/guest-configuration.md).
1111

1212
To learn about creating Guest Configuration policies for Windows, see the page
13-
[How to create Guest Configuration policies for Windows](/guest-configuration-create.md)
13+
[How to create Guest Configuration policies for Windows](./guest-configuration-create.md)
1414

1515
When auditing Linux, Guest Configuration uses [Chef InSpec](https://www.inspec.io/). The InSpec
1616
profile defines the condition that the machine should be in. If the evaluation of the configuration

articles/governance/policy/how-to/guest-configuration-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Before creating custom policies, it's a good idea to read the conceptual overvie
1010
page [Azure Policy Guest Configuration](../concepts/guest-configuration.md).
1111

1212
To learn about creating Guest Configuration policies for Linux, see the page
13-
[How to create Guest Configuration policies for Linux](/guest-configuration-custom-linux.md)
13+
[How to create Guest Configuration policies for Linux](./guest-configuration-create-linux.md)
1414

1515
When auditing Windows, Guest Configuration uses a
1616
[Desired State Configuration](/powershell/scripting/dsc/overview/overview) (DSC) resource module to

articles/governance/policy/toc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,12 @@
100100
- name: Author policies for array properties
101101
displayName: array property, alias, aliases, in, notIn, type, defaultValue
102102
href: ./how-to/author-policies-for-arrays.md
103-
- name: Create a Guest Configuration policy
104-
displayName: powershell, dsc, chef, linux, windows
103+
- name: Create a Guest Configuration policy on Windows
104+
displayName: powershell, dsc, chef, windows
105105
href: ./how-to/guest-configuration-create.md
106+
- name: Create a Guest Configuration policy on Linux
107+
displayName: powershell, dsc, chef, linux
108+
href: ./how-to/guest-configuration-create-linux.md
106109
- name: Get compliance data
107110
displayName: evaluation, scan, summarize, query, events, log analytics
108111
href: ./how-to/get-compliance-data.md

0 commit comments

Comments
 (0)