Skip to content

Commit

Permalink
remove comment about the DtcSupportEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidoran committed Dec 14, 2023
1 parent 02bcd59 commit 2331b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/DSCResources/DSC_SqlAG/DSC_SqlAG.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ function Test-TargetResource

<#
Add properties compatible with SQL Server 2016 or later versions
DtcSupportEnabled is enabled at the creation of the Availability Group only, hence it will not be checked in this block
SeedingMode should be checked only in case if New-SqlAvailabilityReplica support the SeedingMode parameter
#>
if ( $sqlMajorVersion -ge 13 )
Expand Down

0 comments on commit 2331b9d

Please sign in to comment.