mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix platform documentation for windows_updates table (#16071)
Compatible with Windows (not macOS)
This commit is contained in:
parent
f118b7f9cb
commit
7f7eafb54f
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ description: Returns information about Windows updates that are available for in
|
|||
evented: false
|
||||
notes: This table is not a core osquery table. It is included as part of fleetd, the osquery manager from Fleet. Code based on work by [Kolide](https://github.com/kolide/launcher).
|
||||
platforms:
|
||||
- darwin
|
||||
- windows
|
||||
columns:
|
||||
- name: locale
|
||||
description: Location of the update.
|
||||
|
|
@ -32,4 +32,4 @@ columns:
|
|||
- name: query
|
||||
description: The query is printed in this column.
|
||||
type: text
|
||||
required: false
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue