Azure / GuestConfiguration

PowerShell module for creating, testing, and publishing custom Guest Configuration
MIT License
5 stars 2 forks source link

New-GCPolicy should help customers set the evaluation delay #280

Closed mgreenegit closed 1 year ago

mgreenegit commented 2 years ago

Need to evaluate the impact of setting the evaluationDelay property and set it, or help customers set it using a parameter.

Example:

$json.properties.policyRule.then.details | Add-Member -MemberType NoteProperty -Name EvaluationDelay -Value 'PT0S'
github-actions[bot] commented 2 years ago

This issue has not been updated within 14 days