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

(GH-10779) Clarify Static param for Get-Member #10783

Conversation

michaeltlombardi
Copy link
Contributor

@michaeltlombardi michaeltlombardi commented Jan 10, 2024

PR Summary

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:

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.

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 MicrosoftDocs#10779
- Fixes AB#198702
Copy link
Contributor

Learn Build status updates of commit 950bdaf:

⚠️ Validation status: warnings

File Status Preview URL Details
reference/docfx.json ⚠️Warning Details
reference/5.1/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-5.1)
reference/7.2/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-7.3)
reference/7.4/Microsoft.PowerShell.Utility/Get-Member.md ✅Succeeded View (powershell-7.4)

reference/docfx.json

  • Line 39, Column 41: [Warning: value-deprecated-replace - See documentation] The 'ms.prod: powershell, ms.technology: powershell-cmdlets' you used is now deprecated and can no longer be used. We suggest you replace it with 'ms.service: powershell, ms.subservice: cmdlets'.
  • Line 41, Column 41: [Warning: value-deprecated-replace - See documentation] The 'ms.prod: powershell, ms.technology: powershell-cmdlets' you used is now deprecated and can no longer be used. We suggest you replace it with 'ms.service: powershell, ms.subservice: cmdlets'.
  • Line 43, Column 41: [Warning: value-deprecated-replace - See documentation] The 'ms.prod: powershell, ms.technology: powershell-cmdlets' you used is now deprecated and can no longer be used. We suggest you replace it with 'ms.service: powershell, ms.subservice: cmdlets'.
  • Line 45, Column 41: [Warning: value-deprecated-replace - See documentation] The 'ms.prod: powershell, ms.technology: powershell-cmdlets' you used is now deprecated and can no longer be used. We suggest you replace it with 'ms.service: powershell, ms.subservice: cmdlets'.
  • Line 46, Column 58: [Warning: value-deprecated-replace - See documentation] The 'ms.prod: powershell, ms.technology: powershell-conceptual' you used is now deprecated and can no longer be used. We suggest you replace it with 'ms.service: powershell, ms.subservice: conceptual'.
  • Line 111, Column 29: [Warning: value-deprecated-replace - See documentation] The 'ms.prod: powershell' you used is now deprecated and can no longer be used. We suggest you replace it with 'ms.service: powershell'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

For any questions, please:

@sdwheeler sdwheeler merged commit 3f214c0 into MicrosoftDocs:main Jan 10, 2024
6 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.

Parameter Force is also ignored when you use Static parameter in Get-Member
2 participants