Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xSQLServerDatabase: Changed SQLInstance to SQLInstanceName #579

Merged
merged 4 commits into from
Jun 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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