Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1/10/2024 PM Publish #10788

Merged
merged 5 commits into from
Jan 10, 2024
Merged

1/10/2024 PM Publish #10788

merged 5 commits into from
Jan 10, 2024

Conversation

Taojunshen
Copy link
Contributor

PR Summary

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 contributors guide.
  • Style: This PR adheres to the style guide.

sdwheeler and others added 5 commits January 10, 2024 09:42
Prior to this change, `about_Intrinsic_Members` defines examples
that describe a hashtable and interacts with a variable containing
the hashtable but doesn't define the hashtable itself in the code
blocks. The examples also use `-Type` with the `Get-Member` cmdlet,
which is an alias for the paramter canonically named **MemberType**.

This change:

- Defines the `$hash` variable in the first code block for the
  example, ensuring readers can follow along without needing to
  intuit the definition from the output.
- Replaces usage of the `-Type` alias parameter with the canonical
  parameter name **MemberType**, making it easier for readers to
  look up the parameter. This also adheres to the docs style guide.
- Resolves #10780
- Fixes AB#198703
Prior to this change, the documentation for the **Static** parameter
on the `Get-Member` cmdlet did not clarify that the cmdlet ignores
the **Force** parameter when used with the **Static** parameter.

This change:

- Clarifies that the cmdlet ignores both the **View** and **Force**
  parameters when you use the **Static** parameter, not just **View**.
- Resolves #10779
- Fixes AB#198702
Copy link
Contributor

Learn Build status updates of commit 4e50975:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-5.1)
reference/7.2/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md ✅Succeeded View (powershell-7.2)
reference/7.2/Microsoft.PowerShell.Core/About/about_Pwsh.md ✅Succeeded View (powershell-7.2)
reference/7.2/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded View (powershell-7.2)
reference/7.2/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md ✅Succeeded View (powershell-7.3)
reference/7.3/Microsoft.PowerShell.Core/About/about_Pwsh.md ✅Succeeded View (powershell-7.3)
reference/7.3/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded View (powershell-7.3)
reference/7.3/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-7.3)
reference/7.4/Microsoft.PowerShell.Core/About/about_Intrinsic_Members.md ✅Succeeded View (powershell-7.4)
reference/7.4/Microsoft.PowerShell.Core/About/about_Pwsh.md ✅Succeeded View (powershell-7.4)
reference/7.4/Microsoft.PowerShell.Core/Get-Help.md ✅Succeeded View (powershell-7.4)
reference/7.4/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-7.4)
reference/docfx.json ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@Taojunshen Taojunshen merged commit b2b629e into live Jan 10, 2024
13 checks passed
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.

3 participants