You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,10 +121,10 @@ public int ConfigurationModeFrequencyMins
111
121
/// </summary>
112
122
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Represents the frequency (in minutes) at which the Local Configuration Manager contacts the Azure Automation DSC pull server to download the latest node configuration.")]
113
123
[ValidateRange(30,44640)]
114
-
publicintRefreshFrequencyMins
124
+
publicintRefreshFrequencyMins
115
125
{
116
126
get{returnthis.refreshFrequencyMins;}
117
-
set{this.refreshFrequencyMins=value;}
127
+
set{this.refreshFrequencyMins=value;}
118
128
}
119
129
120
130
/// <summary>
@@ -131,7 +141,7 @@ public bool RebootNodeIfNeeded
131
141
/// Gets or sets the action to perform post reboot.
132
142
/// </summary>
133
143
[Parameter(Mandatory=false,ValueFromPipelineByPropertyName=true,HelpMessage="Action to perform after a reboot.")]
0 commit comments