File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
articles/governance/policy/how-to Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,15 @@ Manager status for the Guest Assignment should be Compliant/Not-Compliant. If th
78
78
` $false ` for any resource in the configuration, then the provider will run ` Get-TargetResource ` . If
79
79
the boolean is ` $true ` then ` Get-TargetResource ` isn't called.
80
80
81
+ #### Configuration requirements
82
+
83
+ The only requirement for Guest Configuration to use a custom configuration is for the name
84
+ of the configuration to be consistent everywhere it is used. This includes the name of the .zip file
85
+ for the content package, the configuration name in the mof file stored inside the content package,
86
+ and the configuration name used in ARM as the guest assignment name.
87
+
88
+ #### Get-TargetResource requirements
89
+
81
90
The function ` Get-TargetResource ` has special requirements for Guest Configuration that haven't been
82
91
needed for Windows Desired State Configuration.
83
92
@@ -555,4 +564,4 @@ recent information.
555
564
556
565
- Learn about auditing VMs with [ Guest Configuration] ( ../concepts/guest-configuration.md ) .
557
566
- Understand how to [ programmatically create policies] ( programmatically-create.md ) .
558
- - Learn how to [ get compliance data] ( get-compliance-data.md ) .
567
+ - Learn how to [ get compliance data] ( get-compliance-data.md ) .
You can’t perform that action at this time.
0 commit comments