Add Note regarding Scriptblock behaviour exception#12677
Add Note regarding Scriptblock behaviour exception#12677sdwheeler 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 |
|
Learn Build status updates of commit d56b2d1: ✅ Validation status: passed
For more details, please refer to the build report. |
As per PowerShell/PowerShell#4218 The documentation should outline exceptions in a CMDlet's behaviour.
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 0f386e0: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@microsoft-github-policy-service agree |
PR Summary
This adds a note to highlight that
Import-Clixmlwill deserialize a scriptblock as a string.Despite
Export-Clixmlsuggesting that it would retain the type by using a<SKB>element instead of<S>PR Checklist