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

11/21/2023 PM Publish #10667

Merged
merged 1 commit into from
Nov 21, 2023
Merged

11/21/2023 PM Publish #10667

merged 1 commit into from
Nov 21, 2023

Conversation

Taojunshen
Copy link
Contributor

@Taojunshen Taojunshen commented Nov 21, 2023

Prior to this change, the about_Enum documentation didn't include the ability to set underlying base types for PowerShell 6.2 and later. It also didn't clearly identify the available methods for using enumerations outside of examples, discuss formatting enumeration values with format strings, show how to define extension methods, or include documentation about the limitations of enumerations.

This change:

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.

Prior to this change, the `about_Enum` documentation didn't include
the ability to set underlying base types for PowerShell 6.2 and later.
It also didn't clearly identify the available methods for using
enumerations outside of examples, discuss formatting enumeration values
with format strings, show how to define extension methods, or include
documentation about the limitations of enumerations.

This change:

- Resolves #10574
- Fixes AB#182987
- Reorganizes and extends the documentation to cover missing topics,
  make it easier to discover syntax, and add more examples. This work
  mimics the restructuring of `about_Classes`, but without creating new
  articles.
Copy link
Contributor

Learn Build status updates of commit 8957ea2:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Core/About/about_Enum.md ✅Succeeded View (powershell-5.1)
reference/7.2/Microsoft.PowerShell.Core/About/about_Enum.md ✅Succeeded View (powershell-7.2)
reference/7.3/Microsoft.PowerShell.Core/About/about_Enum.md ✅Succeeded View (powershell-7.3)
reference/7.4/Microsoft.PowerShell.Core/About/about_Enum.md ✅Succeeded View (powershell-7.4)

For more details, please refer to the build report.

For any questions, please:

@Taojunshen Taojunshen merged commit dfe4bd9 into live Nov 21, 2023
48 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.

2 participants