Skip to content

Commit

Permalink
Merge pull request #5320 from mikepetrak/New-DbaAvailabilityGroup-Dtc…
Browse files Browse the repository at this point in the history
…Support-#5310

New dba availability group dtc support #5310
  • Loading branch information
potatoqualitee authored Mar 29, 2019
2 parents e1152c2 + 54b7c4e commit 4ef1071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/New-DbaAvailabilityGroup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ function New-DbaAvailabilityGroup {
if ($server.VersionMajor -ge 13) {
$ag.BasicAvailabilityGroup = $Basic
$ag.DatabaseHealthTrigger = $DatabaseHealthTrigger
$ag.DtcSupportEnabled = $DtcSupport
}

if ($server.VersionMajor -ge 14) {
Expand Down

0 comments on commit 4ef1071

Please sign in to comment.