Skip to content

Commit 197f754

Browse files
authored
Merge pull request #208002 from pritamso/Broken-link-fix-timwarner
Broken link fixed
2 parents 2d14c3d + df21e83 commit 197f754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/governance/machine-configuration/machine-configuration-policy-effects.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ evaluation the machine is no longer in the desired state. The agent reports
6666
the status as "NonCompliant" and doesn't automatically remediate.
6767

6868
To enable this behavior, set the
69-
[assignmentType property](/rest/api/guestconfiguration/machine-configuration-assignments/get#assignmenttype)
69+
[assignmentType property](/rest/api/guestconfiguration/guest-configuration-assignments/get#assignmenttype)
7070
of the machine configuration assignment to "ApplyandMonitor". Each time the
7171
assignment is processed within the machine, for each resource the
7272
[Test](/powershell/dsc/resources/get-test-set#test)
@@ -78,7 +78,7 @@ or if the method returns "false" the agent reports "NonCompliant".
7878
Machine configuration supports the concept of "continuous remediation". If the machine drifts out of compliance for a configuration, the next time it's evaluated the configuration is corrected automatically. Unless an error occurs, the machine always reports status as "Compliant" for the configuration. There's no way to report when a drift was automatically corrected when using continuous remediation.
7979

8080
To enable this behavior, set the
81-
[assignmentType property](/rest/api/guestconfiguration/machine-configuration-assignments/get#assignmenttype)
81+
[assignmentType property](/rest/api/guestconfiguration/guest-configuration-assignments/get#assignmenttype)
8282
of the machine configuration assignment to "ApplyandAutoCorrect". Each time the
8383
assignment is processed within the machine, for each resource the
8484
[Test](/powershell/dsc/resources/get-test-set#test)
@@ -122,7 +122,7 @@ If enforcement is set to "Disabled", the configuration assignment
122122
audits the state of the machine until the behavior is changed by a
123123
[remediation task](../policy/how-to/remediate-resources.md). By default, machine configuration
124124
definitions update the
125-
[assignmentType property](/rest/api/guestconfiguration/machine-configuration-assignments/get#assignmenttype) from "Audit" to "ApplyandMonitor" so the configuration
125+
[assignmentType property](/rest/api/guestconfiguration/guest-configuration-assignments/get#assignmenttype) from "Audit" to "ApplyandMonitor" so the configuration
126126
is applied one time and then it won't apply again until a remediation is
127127
triggered.
128128

@@ -145,7 +145,7 @@ experience by updating a guest assignment resource, even if the update
145145
doesn't make changes to the resource properties.
146146

147147
When a machine configuration assignment is created, the
148-
[complianceStatus property](/rest/api/guestconfiguration/machine-configuration-assignments/get#compliancestatus)
148+
[complianceStatus property](/rest/api/guestconfiguration/guest-configuration-assignments/get#compliancestatus)
149149
is set to "Pending".
150150
The machine configuration service inside the machine (delivered to Azure
151151
virtual machines by the

0 commit comments

Comments
 (0)