Skip to content

Commit 74b75b9

Browse files
authored
public repo edit
1 parent 1934b22 commit 74b75b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-patch-orchestration-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ You can configure POA behavior to meet your needs. Override the default values b
162162
| WUOperationTimeOutInMinutes | Int <br>(Default: *90*) | Specifies the timeout for any Windows Update operation (search or download or install). If the operation is not completed within the specified timeout, it is aborted. |
163163
| WURescheduleCount | Int <br> (Default: *5*) | The maximum number of times the service reschedules the Windows update if an operation fails persistently. |
164164
| WURescheduleTimeInMinutes | Int <br>(Default: *30*) | The interval at which the service reschedules the Windows updates if failure persists. |
165-
| WUFrequency | Comma-separated string (Default: *Weekly, Wednesday, 7:00:00*) | The frequency for installing Windows updates. The format and possible values are: <br>- Monthly, DD, HH:MM:SS (example: *Monthly, 5, 12:22:32*). Permitted values for field _DD_ (day) are numbers from 1 through 28 and _last_. <br>- Weekly, DAY, HH:MM:SS (example: *Weekly, Tuesday, 12:22:32*) <br>- Daily, HH:MM:SS (example: *Daily, 12:22:32*) <br>- Week, Day, HH:MM:SS (example: *2, Friday, 21:00:00*) indicates 9:00 PM UTC on Friday of the 2nd week of every month <br>- *None* indicates that Windows updates shouldn't be done. <br><br> Times are in UTC.|
165+
| WUFrequency | Comma-separated string (Default: *Weekly, Wednesday, 7:00:00*) | The frequency for installing Windows updates. The format and possible values are: <br>- Monthly, DD, HH:MM:SS (example: *Monthly, 5, 12:22:32*). Permitted values for field _DD_ (day) are numbers from 1 through 28 and _last_. <br>- Weekly, Day, HH:MM:SS (example: *Weekly, Tuesday, 12:22:32*) <br>- Daily, HH:MM:SS (example: *Daily, 12:22:32*) <br>- Week, Day, HH:MM:SS (example: *2, Friday, 21:00:00* indicates 9:00 PM UTC on Friday of the 2nd week of every month) <br>- *None* indicates that Windows updates shouldn't be done. <br><br> Times are in UTC.|
166166
| AcceptWindowsUpdateEula | Boolean <br>(Default: *true*) | By setting this flag, the application accepts the End-User License Agreement for Windows Update on behalf of the owner of the machine. |
167167

168168
> [!TIP]

0 commit comments

Comments
 (0)