Revise Get-TenantPrivateChannelMigrationStatus to adhere to schema#13573
Conversation
In Example sections, the schema allows (1) zero or more paragraphs followed by (2) one or more code blocks followed by (3) zero or more paragraphs. It does not allow a paragraph between code blocks.
|
Learn Build status updates of commit 43159d1: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 356bfef: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@garycentric Before this PR can be merged, you need to add the Sign off label to it. Before you sign off a PR, confirm the following:
After you've confirmed the above, do the following to sign off:
After you've signed off, our operations (PubOps) team will review the PR for issues that may impact formatting and the customer experience. If any changes are needed, they will return When the PR passes PubOps review, they'll merge the PR. If the PR is merged into the main branch, changes will go live within the next couple hours. If you have questions about this process, or need help signing off on this PR, post a message to https://aka.ms/tcphelp. |

After PR #13541, the PowerShell build pipeline choked on the content, as identified in Pipelines - Run 2.260504.1 logs.
That actual problem is that the documentation pipeline for Teams uses the old version of PlatyPS, which requires that "Example" sections consist of the following:
So, this PR moves the paragraphs that were between code blocks (and one paragraph that was at the end of "Example 3" instead of at the start, where it could describe the content) to the top of their respective sections.
I've also made a blind link explicit by naming the target.
@rohanbharadwaj @ashajoshidu