Fix formatting to avoid over-localization#12907
Fix formatting to avoid over-localization#12907sdwheeler merged 2 commits intoMicrosoftDocs:mainfrom
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
Pull request overview
Updates documentation formatting to prevent unwanted localization of literal strings (verbs/synonyms and parameter accepted values) by marking them as code and cleaning up minor formatting.
Changes:
- Wrap “synonyms to avoid” entries in the Approved Verbs tables in inline-code formatting.
- Normalize
Start-JobAuthentication accepted-values lists to inline-code formatting and remove a trailing whitespace in an example. - Update
ms.datemetadata across the touched pages.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| reference/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands.md | Formats table “Synonyms to avoid” entries as inline code to reduce localization side effects. |
| reference/7.6/Microsoft.PowerShell.Core/Start-Job.md | Formats Authentication accepted values as inline code; trims a trailing space in an example; updates ms.date. |
| reference/7.5/Microsoft.PowerShell.Core/Start-Job.md | Same formatting updates as 7.6; updates ms.date. |
| reference/7.4/Microsoft.PowerShell.Core/Start-Job.md | Same formatting updates as 7.6; updates ms.date. |
| reference/5.1/Microsoft.PowerShell.Core/Start-Job.md | Formats Authentication accepted values as inline code; updates ms.date. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
reference/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands.md
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 72c1f59: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Fix formatting to avoid over-localization
PR Checklist