Fixes #12644 - Add all parameters to no-loc list#12650
Fixes #12644 - Add all parameters to no-loc list#12650sdwheeler merged 1 commit 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
This PR addresses issue #12644 by preventing parameter names in the CommonParameters documentation from being translated in non-English locales. The fix adds all 14 CommonParameter names to the no-loc metadata field, which instructs the documentation system not to translate these technical terms. Additionally, the PR corrects a date metadata issue.
Changes:
- Added all 14 CommonParameter names (Confirm, Debug, ErrorAction, ErrorVariable, InformationAction, InformationVariable, OutBuffer, OutVariable, PipelineVariable, ProgressAction, Verbose, WarningAction, WarningVariable, WhatIf) to the no-loc list in alphabetical order
- Updated the ms.date field from a future date (12/09/2025) to the current date (01/12/2026)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| reference/7.6/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Updated no-loc list to include all CommonParameters and corrected date metadata |
| reference/7.5/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Updated no-loc list to include all CommonParameters and corrected date metadata |
| reference/7.4/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Updated no-loc list to include all CommonParameters and corrected date metadata |
| reference/5.1/Microsoft.PowerShell.Core/About/about_CommonParameters.md | Updated no-loc list to include all CommonParameters and corrected date metadata |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Learn Build status updates of commit 324d4f2: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Add all parameters to no-loc list
PR Checklist