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
class MSFT_UpdateServicesApprovalRule : OMI_BaseResource
3
3
{
4
-
[Write, Description("An enumerated value that describes if WSUS is configured.\nPresent {default} \nAbsent \n"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
4
+
[Write, Description("An enumerated value that describes if WSUS is configured. Default value is 'Present'."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
5
5
[Key, Description("Name of the approval rule.")] String Name;
6
6
[Write, Description("Classifications in the approval rule.")] String Classifications[];
7
7
[Write, Description("Products in the approval rule.")] String Products[];
class MSFT_UpdateServicesCleanup : OMI_BaseResource
3
3
{
4
-
[Key, Description("An enumerated value that describes if the WSUS cleanup task exists.\nPresent {default} \nAbsent \n"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
4
+
[Key, Description("An enumerated value that describes if the WSUS cleanup task exists. Default value is 'Present'."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
5
5
[Write, Description("Decline updates that have not been approved for 30 days or more, are not currently needed by any clients, and are superseded by an approved update.")] Boolean DeclineSupersededUpdates;
6
6
[Write, Description("Decline updates that aren't approved and have been expired by Microsoft.")] Boolean DeclineExpiredUpdates;
7
7
[Write, Description("Delete updates that are expired and have not been approved for 30 days or more, and delete older update revisions that have not been approved for 30 days or more.")] Boolean CleanupObsoleteUpdates;
0 commit comments