Skip to content

Conversation

sdwheeler
Copy link
Collaborator

@sdwheeler sdwheeler commented Oct 1, 2025

PR Summary

Update release notes and other docs for PS7.6-p5 release

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributor's guide.
  • Style: This PR adheres to the style guide.

@sdwheeler sdwheeler marked this pull request as draft October 1, 2025 19:12

This comment was marked as outdated.

@sdwheeler sdwheeler force-pushed the sdw-w494572-PS7.6-p5-relnotes branch from 599bd5d to 83335c2 Compare October 1, 2025 19:20

This comment was marked as outdated.

@sdwheeler sdwheeler force-pushed the sdw-w494572-PS7.6-p5-relnotes branch from 83335c2 to f7f0bc7 Compare October 1, 2025 19:57

This comment was marked as outdated.

@sdwheeler sdwheeler force-pushed the sdw-w494572-PS7.6-p5-relnotes branch from f7f0bc7 to 11fb30a Compare October 1, 2025 20:03

This comment was marked as outdated.

This comment was marked as outdated.

@sdwheeler sdwheeler force-pushed the sdw-w494572-PS7.6-p5-relnotes branch from 11fb30a to 2da5bda Compare October 3, 2025 14:00
Copy link
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Copy link
Contributor

Learn Build status updates of commit 2da5bda:

✅ Validation status: passed

File Status Preview URL Details
reference/7.4/PSReadLine/About/about_PSReadLine_Functions.md ✅Succeeded View (powershell-7.4)
reference/7.5/PSReadLine/About/about_PSReadLine_Functions.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md ✅Succeeded View (powershell-7.6)
reference/7.6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ✅Succeeded View (powershell-7.6)
reference/7.6/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md ✅Succeeded View (powershell-7.6)
reference/7.6/Microsoft.PowerShell.Core/Register-ArgumentCompleter.md ✅Succeeded View (powershell-7.6)
reference/7.6/PSDiagnostics/Disable-PSTrace.md ✅Succeeded View (powershell-7.6)
reference/7.6/PSDiagnostics/Enable-PSTrace.md ✅Succeeded View (powershell-7.6)
reference/7.6/PSReadLine/About/about_PSReadLine_Functions.md ✅Succeeded View (powershell-7.6)
reference/docs-conceptual/install/install-rhel.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/security/security-features.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

sdwheeler and others added 2 commits October 6, 2025 09:13
…oftDocs#12419)

* Upcase H2 headers

* Fix structure of About files

* Update outputtype recommendations

* Apply suggestions from code review

Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>

---------

Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
Fix structure of About files

Update PS7.6-p5 release notes and other docs
@sdwheeler sdwheeler marked this pull request as ready for review October 8, 2025 13:34
Copy link
Contributor

@michaeltlombardi michaeltlombardi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor corrections for formatting, otherwise LGTM

change the current directory. This method can't overwrite a prompt that has
left the screen buffer.

Calls to InvokePrompt with no Y position argument immediately return if the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Calls to InvokePrompt with no Y position argument immediately return if the
Calls to `InvokePrompt` with no Y position argument immediately return if the

the current directory.
Attempt to erase the current prompt and call the prompt function to redisplay
the prompt. Useful for custom key handlers that change state. For example,
change the current directory. This method can't overwrite a prompt that has
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
change the current directory. This method can't overwrite a prompt that has
changing the current directory. This method can't overwrite a prompt that has

change the current directory. This method can't overwrite a prompt that has
left the screen buffer.

Calls to InvokePrompt with no Y position argument immediately return if the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Calls to InvokePrompt with no Y position argument immediately return if the
Calls to `InvokePrompt` with no Y position argument immediately return if the

the current directory.
Attempt to erase the current prompt and call the prompt function to redisplay
the prompt. Useful for custom key handlers that change state. For example,
change the current directory. This method can't overwrite a prompt that has
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
change the current directory. This method can't overwrite a prompt that has
changing the current directory. This method can't overwrite a prompt that has

change the current directory. This method can't overwrite a prompt that has
left the screen buffer.

Calls to InvokePrompt with no Y position argument immediately return if the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Calls to InvokePrompt with no Y position argument immediately return if the
Calls to `InvokePrompt` with no Y position argument immediately return if the


## Engine improvements

- Update the PSDiagnostics module to manage the PowerShellCore provider in PowerShell 7 ([#25590][25590])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Update the PSDiagnostics module to manage the PowerShellCore provider in PowerShell 7 ([#25590][25590])
- Update the **PSDiagnostics** module to manage the PowerShellCore provider in PowerShell 7 ([#25590][25590])

Copy link
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Copy link
Contributor

Learn Build status updates of commit e922b95:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Functions_OutputTypeAttribute.md ✅Succeeded View (powershell-5.1)
reference/7.4/Microsoft.PowerShell.Core/About/about_Functions_OutputTypeAttribute.md ✅Succeeded View (powershell-7.4)
reference/7.4/PSReadLine/About/about_PSReadLine_Functions.md ✅Succeeded View (powershell-7.4)
reference/7.5/Microsoft.PowerShell.Core/About/about_Functions_OutputTypeAttribute.md ✅Succeeded View (powershell-7.5)
reference/7.5/PSReadLine/About/about_PSReadLine_Functions.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Core/About/about_Arrays.md ✅Succeeded View (powershell-7.6)
reference/7.6/Microsoft.PowerShell.Core/About/about_Environment_Variables.md ✅Succeeded View (powershell-7.6)
reference/7.6/Microsoft.PowerShell.Core/About/about_Functions_OutputTypeAttribute.md ✅Succeeded View (powershell-7.6)
reference/7.6/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md ✅Succeeded View (powershell-7.6)
reference/7.6/Microsoft.PowerShell.Core/Register-ArgumentCompleter.md ✅Succeeded View (powershell-7.6)
reference/7.6/PSDiagnostics/Disable-PSTrace.md ✅Succeeded View (powershell-7.6)
reference/7.6/PSDiagnostics/Enable-PSTrace.md ✅Succeeded View (powershell-7.6)
reference/7.6/PSReadLine/About/about_PSReadLine_Functions.md ✅Succeeded View (powershell-7.6)
reference/docs-conceptual/install/install-rhel.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/security/security-features.md ✅Succeeded View (>=powershell-5.1)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

@sdwheeler sdwheeler dismissed michaeltlombardi’s stale review October 9, 2025 11:39

The merge-base changed after approval.

@sdwheeler sdwheeler closed this Oct 9, 2025
@sdwheeler sdwheeler deleted the sdw-w494572-PS7.6-p5-relnotes branch October 9, 2025 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants