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

6/11/2024 PM Publish #11182

Merged
merged 2 commits into from
Jun 11, 2024
Merged

6/11/2024 PM Publish #11182

merged 2 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. (GH-11175) Update terminology to 'enumerable null' (#11177)

    Prior to this change, the article 'Everything you wanted to know about `$null`'
    used the term 'empty `$null`' to describe
    `[System.Management.Automation.Internal.AutomationNull]::Value`
    
    However, this terminology isn't clear enough, as both that value and the `$null`
    value itself can be considered to be 'empty.'
    
    This change:
    
    - Updates to use the terminology 'enumerable null' instead of 'empty `$null`'
      to describe the value.
    - Resolves #11175
    - Fixes AB#260888
    michaeltlombardi committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6d5d3c5 View commit details
    Browse the repository at this point in the history
  2. (AB#263705) Fix description for example using [ValidateScript()] (#…

    …11180)
    
    Prior to this change, the example description in the article
    _How to validate an argument using a script_ declared that
    the example validates that the input belongs to a set of
    possible values. That description belongs to a different
    example, using `[ValidateSet()]`.
    
    This change:
    
    - Corrects the example description to match the code.
    - Fixes AB#263705
    michaeltlombardi committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9288d35 View commit details
    Browse the repository at this point in the history