Skip to content

Conversation

vdesc
Copy link

@vdesc vdesc commented Sep 17, 2025

removing duplicate code section

$AntiAffinity = New-Object System.Collections.Specialized.StringCollection $AntiAffinity.Add("DC")
(Get-ClusterGroup -Name "Group1").AntiAffinityClassNames = $AntiAffinity (Get-ClusterGroup -Name "Group2").AntiAffinityClassNames = $AntiAffinity

removing duplicate code section

$AntiAffinity = New-Object System.Collections.Specialized.StringCollection
$AntiAffinity.Add("DC")
(Get-ClusterGroup -Name "Group1").AntiAffinityClassNames = $AntiAffinity
(Get-ClusterGroup -Name "Group2").AntiAffinityClassNames = $AntiAffinity
Copy link
Contributor

@vdesc : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

Copy link
Contributor

Learn Build status updates of commit 0d62033:

✅ Validation status: passed

File Status Preview URL Details
WindowsServerDocs/failover-clustering/Cluster-Affinity.md ✅Succeeded

For more details, please refer to the build report.

@ttorble
Copy link
Contributor

ttorble commented Sep 17, 2025

#assign: @robinharwood, @Xelu86

@robinharwood @Xelu86

Can you review the proposed changes?

#label:"aq-pr-triaged"

@MicrosoftDocs/public-repo-pr-review-team

Copy link
Contributor

Users robinharwood are already assigned.

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants