Skip to content

Commit

Permalink
xSQLServerDatabase: Changed SQLInstance to SQLInstanceName (dsccommun…
Browse files Browse the repository at this point in the history
…ity#579)

- Changes to xSQLServerDatabase
  - Changed the readme, SQLInstance should have been SQLInstanceName.
  • Loading branch information
Blankf authored and johlju committed Jun 4, 2017
1 parent 10590fc commit 15b873f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Changes to xSQLServerDatabase
- Changed the readme, SQLInstance should have been SQLInstanceName.

## 7.1.0.0

- Changes to xSQLServerMemory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }.

Expand Down

0 comments on commit 15b873f

Please sign in to comment.