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
Copy file name to clipboardExpand all lines: resources/WindowsUpdate/README.md
+37-27Lines changed: 37 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Microsoft.Windows/Updates DSC Resource
1
+
# Microsoft.Windows/UpdateList DSC Resource
2
2
3
3
## Overview
4
4
5
-
The `Microsoft.Windows/Updates` resource enables querying information about Windows Updates using the Windows Update Agent COM APIs. This resource allows you to retrieve detailed information about specific updates available on or installed on a Windows system.
5
+
The `Microsoft.Windows/UpdateList` resource enables querying information about Windows Updates using the Windows Update Agent COM APIs. This resource allows you to retrieve detailed information about specific updates available on or installed on a Windows system.
6
6
7
7
## Features
8
8
@@ -33,7 +33,9 @@ The `get` operation searches for a Windows Update by title (supports partial mat
33
33
34
34
```json
35
35
{
36
-
"title": "Security Update"
36
+
"updates": [{
37
+
"title": "Security Update"
38
+
}]
37
39
}
38
40
```
39
41
@@ -44,25 +46,28 @@ The `get` operation searches for a Windows Update by title (supports partial mat
0 commit comments