Skip to content

Commit

Permalink
Changes to xSQLServer
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove deprecated resource xSQLAOGroupJoin (issue dsccommunity#457).
  • Loading branch information
johlju committed Jun 4, 2017
1 parent 15b873f commit 9c71d54
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 560 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
- Updated tests to cover Revoke().
- Changes to xSQLServerHelper
- The missing helper function ('Test-SPDSCObjectHasProperty'), that was referenced in the helper function Test-SQLDscParameterState, is now incorporated into Test-SQLDscParameterState (issue #589).
- Changes to xSQLServer
- BREAKING CHANGE: Remove deprecated resource xSQLAOGroupJoin.

## 7.0.0.0

Expand Down
227 changes: 0 additions & 227 deletions DSCResources/MSFT_xSQLAOGroupJoin/MSFT_xSQLAOGroupJoin.psm1

This file was deleted.

10 changes: 0 additions & 10 deletions DSCResources/MSFT_xSQLAOGroupJoin/MSFT_xSQLAOGroupJoin.schema.mof

This file was deleted.

24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ A full list of changes in each version can be found in the [change log](CHANGELO
## Resources

* **[Deprecated]** ~~[**xSQLAOGroupEnsure**](#xsqlaogroupensure) resource to ensure availability group is present or absent.~~ Please use [xSQLServerAlwaysOnAvailabilityGroup](https://github.com/PowerShell/xSQLServer#xsqlserveralwaysonavailabilitygroup) and [xSQLServerAlwaysOnAvailabilityGroupReplica](https://github.com/PowerShell/xSQLServer#xsqlserveralwaysonavailabilitygroupreplica) instead.
* **[Deprecated]** ~~[**xSQLAOGroupJoin**](#xsqlaogroupjoin) resource to join a replica to an existing availability group.~~ Please use [xSQLServerAlwaysOnAvailabilityGroup](https://github.com/PowerShell/xSQLServer#xsqlserveralwaysonavailabilitygroup) and [xSQLServerAlwaysOnAvailabilityGroupReplica](https://github.com/PowerShell/xSQLServer#xsqlserveralwaysonavailabilitygroupreplica) instead.
* [**xSQLServerAlias**](#xsqlserveralias) resource to manage SQL Server client Aliases.
* [**xSQLServerAlwaysOnAvailabilityGroup**](#xsqlserveralwaysonavailabilitygroup) resource to ensure an availability group is present or absent.
* [**xSQLServerAlwaysOnAvailabilityGroupReplica**](#xsqlserveralwaysonavailabilitygroupreplica) resource to ensure an availability group replica is present or absent.
Expand Down Expand Up @@ -139,29 +138,6 @@ No description.

None.

### xSQLAOGroupJoin **[Deprecated]**

No description.

**This resource is deprecated.** The functionality of this resource has been replaced with [**xSQLServerAlwaysOnAvailabilityGroupReplica**](#xsqlserveralwaysonavailabilitygroupreplica). Please do not use this resource for new deployment or development efforts.

#### Requirements

* Target machine must be running Windows Server 2008 R2 or later.
* Target machine must be running SQL Server Database Engine2012 or later.

#### Parameters

* **[String] Ensure** _(Key)_: If the replica should be joined ('Present') to the Availability Group or not joined ('Absent') to the Availability Group. { Present | Absent }.
* **[String] AvailabilityGroupName** _(Key)_: The name Availability Group to join.
* **[String] SQLServer** _(Write)_: Name of the SQL server to be configured.
* **[String] SQLInstanceName** _(Write)_: Name of the SQL instance to be configured.
* **[PSCredential] SetupCredential** _(Required)_: Credential to be used to Grant Permissions in SQL.

#### Examples

None.

### xSQLServerAlias

No description.
Expand Down
Loading

0 comments on commit 9c71d54

Please sign in to comment.