From 15b873f96fb825e1fba040afdd5d2c94e2b9bd60 Mon Sep 17 00:00:00 2001 From: Blankf Date: Sun, 4 Jun 2017 18:47:11 +0200 Subject: [PATCH] xSQLServerDatabase: Changed SQLInstance to SQLInstanceName (#579) - Changes to xSQLServerDatabase - Changed the readme, SQLInstance should have been SQLInstanceName. --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e77ac965..9cbcccb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +- Changes to xSQLServerDatabase + - Changed the readme, SQLInstance should have been SQLInstanceName. + ## 7.1.0.0 - Changes to xSQLServerMemory diff --git a/README.md b/README.md index 48c180454..960cb8e8f 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ This resource is used to create or delete a database. For more information about #### Parameters * **[String] SQLServer** _(Key)_: The host name of the SQL Server to be configured. -* **[String] SQLInstance** _(Key)_: The name of the SQL instance to be configured. +* **[String] SQLInstanceName** _(Key)_: The name of the SQL instance to be configured. * **[String] Name** _(Key)_: The name of database to be created or dropped. * **[String] Ensure** _(Write)_: When set to 'Present', the database will be created. When set to 'Absent', the database will be dropped. { *Present* | Absent }.