docs/resources/mssql_session.md.erb in inspec-2.2.55 vs docs/resources/mssql_session.md.erb in inspec-2.2.61

- old
+ new

@@ -7,9 +7,19 @@ Use the `mssql_session` InSpec audit resource to test SQL commands run against a Microsoft SQL database. <br> +## Availability + +### Installation + +This resource is distributed along with InSpec itself. You can use it automatically. + +### Version + +This resource first became available in v1.24.0 of InSpec. + ## Syntax A `mssql_session` resource block declares the username and password to use for the session, and then the command to be run: describe mssql_session(user: 'username', password: 'password').query('QUERY').row(0).column('result') do