Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing new ClusterAffinityRule commands #3525

Conversation

robinharwood
Copy link
Contributor

@robinharwood robinharwood commented Jun 16, 2023

PR Summary

Documenting new ClusterAffinityRule commands.

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@robinharwood robinharwood force-pushed the roharwoo_failoverclusters_ClusterAffinityRule branch from 4c99f16 to c9a95a9 Compare July 28, 2023 13:24
@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@robinharwood robinharwood marked this pull request as ready for review September 11, 2023 09:07
@robinharwood robinharwood changed the title WIP: New ClusterAffinityRule commands New ClusterAffinityRule commands Sep 12, 2023
@robinharwood robinharwood changed the title New ClusterAffinityRule commands Introducing new ClusterAffinityRule commands Sep 12, 2023
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 22a01bf:

✅ Validation status: passed

File Status Preview URL Details
docset/winserver2022-ps/failoverclusters/FailoverClusters.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Get-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/New-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Remove-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Set-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)

For more details, please refer to the build report.

For any questions, please:

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 768a444:

✅ Validation status: passed

File Status Preview URL Details
docset/winserver2022-ps/failoverclusters/FailoverClusters.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Get-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/New-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Remove-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Set-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)

For more details, please refer to the build report.

For any questions, please:

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit e431868:

✅ Validation status: passed

File Status Preview URL Details
docset/winserver2022-ps/failoverclusters/FailoverClusters.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Get-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/New-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Remove-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Set-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)

For more details, please refer to the build report.

For any questions, please:

@robinharwood
Copy link
Contributor Author

Hey @michaeltlombardi, I think it one is now good to go from my perspective. Please let me know.

Copy link
Contributor

@michaeltlombardi michaeltlombardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, great improvements! A few small notes and fixes.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit 1e55638:

✅ Validation status: passed

File Status Preview URL Details
docset/winserver2022-ps/failoverclusters/FailoverClusters.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Get-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/New-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Remove-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Set-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)

For more details, please refer to the build report.

For any questions, please:

Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit aad18f5:

✅ Validation status: passed

File Status Preview URL Details
docset/winserver2022-ps/failoverclusters/FailoverClusters.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Get-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/New-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Remove-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)
docset/winserver2022-ps/failoverclusters/Set-ClusterAffinityRule.md ✅Succeeded View (WindowsServer2022-ps)

For more details, please refer to the build report.

For any questions, please:

@robinharwood
Copy link
Contributor Author

Hey @michaeltlombardi, thank you for the awesome suggestions. They're now applied. Hopefully next time round I'll be able to build these recommendations in. #sign-off

@michaeltlombardi michaeltlombardi merged commit 8918928 into MicrosoftDocs:main Sep 25, 2023
4 checks passed
@robinharwood robinharwood deleted the roharwoo_failoverclusters_ClusterAffinityRule branch September 26, 2023 08:27
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.

3 participants