Skip to content

Commit

Permalink
Updated Typo in MSSQL Block Docs (#1112) (#1130)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a63381)

Co-authored-by: Tudor Wolff <[email protected]>
  • Loading branch information
github-actions[bot] and itstudes authored Jun 25, 2024
1 parent 376e3ff commit 3d57d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Specifying `enabled_classes` is useful to limit the response to the MSMQs you sp

Name | Type | Description | Default | Required
---- |----------| ----------- | ------- | --------
`enabled_classes` | `list(string)` | Comma-separated list of MSSQL WMI classes to use. | `["accessmethods", "availreplica", "bufman", "databases", "dbreplica", "genstats", "locks", "memmgr", "sqlstats", "sqlerrorstransactions"]` | no
`enabled_classes` | `list(string)` | Comma-separated list of MSSQL WMI classes to use. | `["accessmethods", "availreplica", "bufman", "databases", "dbreplica", "genstats", "locks", "memmgr", "sqlstats", "sqlerrors", "transactions"]` | no


### network block
Expand Down

0 comments on commit 3d57d23

Please sign in to comment.