Skip to content

Commit

Permalink
added readme and changelog for fix dsccommunity#1492
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiander committed Dec 4, 2020
1 parent 08bcd6d commit 2b55bba
Show file tree
Hide file tree
Showing 3 changed files with 1,322 additions and 452 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- AGDatabase
- Fix for issue ([issue #1492](https://github.com/dsccommunity/SqlServerDsc/issues/1492))
added AutomaticSeeding for this Resource. In ste-TargetResource added logic that looks
at all replicas of an availibility group. When automatic seedig is found, it wil use that.
- Lots of extra tests to check AutomaticSeeding
- WaitForAG
- BREAKING CHANGE: Fix for issue ([issue #1569](https://github.com/dsccommunity/SqlServerDsc/issues/1569))
The resource now waits for the Availability Group to become Available.
Expand Down
2 changes: 2 additions & 0 deletions source/DSCResources/DSC_SqlAGDatabase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The `SqlAGDatabase` DSC resource is used to add databases or remove
databases from a specified availability group.
When a replica has Automatic seeding on Automatic, no restore is use for that replica.
When all replicas are on automatic seeding, no backup is made, unless the database has never been backuped.

## Requirements

Expand Down
Loading

0 comments on commit 2b55bba

Please sign in to comment.