-
Notifications
You must be signed in to change notification settings - Fork 603
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
Updated new powershell commandlets for Multisite #3815
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs a lot of work.
- Please fix the style and formatting issues I identified.
- Add missing descriptions and examples.
- Fix all build warnings and errors.
- For signoff - see https://review.learn.microsoft.com/en-us/office-authoring-guide/quick-start/pubops-publishing-process?bc=%2Foffice-authoring-guide%2Fbreadcrumb%2Ftoc.json&toc=%2Foffice-authoring-guide%2Ftoc.json&branch=main&tabs=standard#merge-and-publish-your-content
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerLearnedIpAddress.md
Outdated
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerMultisiteConfiguration.md
Outdated
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerMultisiteConfiguration.md
Outdated
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerMultisiteConfiguration.md
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerMultisiteConfiguration.md
Outdated
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerMultisiteConfiguration.md
Outdated
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerMultisiteConfiguration.md
Outdated
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Get-NetworkControllerLearnedIpAddress.md
Outdated
Show resolved
Hide resolved
docset/winserver2025-ps/networkcontroller/Set-NetworkControllerMultisiteConfiguration.md
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments
### Example 1: Initiate Peering with Self-Signed Certificates | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Examples need some description, not just code. Inline comments would be useful. Prose descriptions that explain the structure, steps, and what/why.
### Example 4: **NetworkControllerMultisiteProperties** object properties | ||
|
||
- CertificateSubjectName | ||
- [[Sites] \<NetworkControllerSite\>] | ||
- ResourceID/RESTIPAddress | ||
- IsPrimary | ||
- State | ||
- DeploymentID | ||
- APIVersion | ||
- ConfigurationState | ||
- [[Properties] \<NetworkControllerSiteProperties\>] | ||
- RestIPAddress | ||
- CertificateSubjectName | ||
- EncodedCertificate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not an example. Where is this .NET class documented?
|
||
### -Tags | ||
|
||
@{Text=} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this? Needs a proper description.
|
||
### -Tags | ||
|
||
@{Text=} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this? Needs a proper description.
Learn Build status updates of commit 7a1039d: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@sliutwotwo - is this PR still valid? Thanks! |
You can close this for now. I still need to make a PR later down the road for these cmdlets but for now it's fine to remove. |
PR Summary
PR Checklist