Skip to content

Fixes #12605 - Update description of instantiation syntax#12688

Merged
michaeltlombardi merged 4 commits intoMicrosoftDocs:mainfrom
sdwheeler:sdw-w546876-i12605-class
Jan 22, 2026
Merged

Fixes #12605 - Update description of instantiation syntax#12688
michaeltlombardi merged 4 commits intoMicrosoftDocs:mainfrom
sdwheeler:sdw-w546876-i12605-class

Conversation

@sdwheeler
Copy link
Copy Markdown
Collaborator

@sdwheeler sdwheeler commented Jan 22, 2026

PR Summary

Update description of instantiation syntax

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.

Copilot AI review requested due to automatic review settings January 22, 2026 16:28
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 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
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the documentation for PowerShell class instantiation syntax to provide a more accurate and generic description. The changes clarify that the syntax supports type conversion for various value types, not just hashtables.

Changes:

  • Updated the instantiation syntax description from hashtable-specific to generic convertable-value-type
  • Added a new Example 2 demonstrating instantiation syntax with both hashtable and array examples
  • Renumbered subsequent examples (Example 2→3, Example 3→4, Example 4→5)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.

File Description
reference/7.6/Microsoft.PowerShell.Core/About/about_Classes.md Updated syntax documentation, added instantiation example, renumbered examples
reference/7.5/Microsoft.PowerShell.Core/About/about_Classes.md Updated syntax documentation, added instantiation example, renumbered examples
reference/7.4/Microsoft.PowerShell.Core/About/about_Classes.md Updated syntax documentation, added instantiation example, renumbered examples
reference/5.1/Microsoft.PowerShell.Core/About/about_Classes.md Updated syntax documentation, added instantiation example, renumbered examples

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 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.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit c003d9b:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Classes.md ✅Succeeded View (powershell-5.1)
reference/7.4/Microsoft.PowerShell.Core/About/about_Classes.md ✅Succeeded View (powershell-7.4)
reference/7.5/Microsoft.PowerShell.Core/About/about_Classes.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Core/About/about_Classes.md ✅Succeeded View (powershell-7.6)

For more details, please refer to the build report.

@michaeltlombardi michaeltlombardi merged commit a4e0f9b into MicrosoftDocs:main Jan 22, 2026
5 checks passed
@sdwheeler sdwheeler deleted the sdw-w546876-i12605-class branch January 23, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The Default PowerShell Constructor

3 participants