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

BREAKING: WSManListener: Convert to a Class Resource #106

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. Update Build files for Classes

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7073cc4 View commit details
    Browse the repository at this point in the history
  2. Tidy up module psd1 and, remove ref to suffix

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5064845 View commit details
    Browse the repository at this point in the history
  3. Add prefix

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c81f4a5 View commit details
    Browse the repository at this point in the history
  4. Move Get-DefaultPort out of the DscResource

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cc1ac2c View commit details
    Browse the repository at this point in the history
  5. Add WSManReason

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cce3026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d86381 View commit details
    Browse the repository at this point in the history
  7. Remove Mof WSManListener

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3e7cdc7 View commit details
    Browse the repository at this point in the history
  8. Add class WSManListener

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4a6f35c View commit details
    Browse the repository at this point in the history
  9. Move Get-Listener to Private

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    12a4697 View commit details
    Browse the repository at this point in the history
  10. Fix Test

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a4c3080 View commit details
    Browse the repository at this point in the history
  11. Update DN to BaseDN

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    532366e View commit details
    Browse the repository at this point in the history
  12. Update Changelog

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3b2b455 View commit details
    Browse the repository at this point in the history
  13. Add Find-Certificate

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8f02f2c View commit details
    Browse the repository at this point in the history
  14. Do not use modulefast

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    145c478 View commit details
    Browse the repository at this point in the history
  15. Add WSManReason Tests

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b4da7c6 View commit details
    Browse the repository at this point in the history
  16. Update tests

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    eb9d9f6 View commit details
    Browse the repository at this point in the history
  17. UPdate Find Certificate

    Daniel Hughes committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6a5e74d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Move away from ValidateSet and update Modify

    Daniel Hughes committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b41d127 View commit details
    Browse the repository at this point in the history
  2. Cast enum correctly

    Daniel Hughes committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e3cc85d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Move back to enum and return empty state as required

    Daniel Hughes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    200e3a0 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Daniel Hughes committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    608485b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Refactor tests

    Daniel Hughes committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dbdd0c3 View commit details
    Browse the repository at this point in the history
  2. Fix missing f

    Daniel Hughes committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2577163 View commit details
    Browse the repository at this point in the history
  3. Remove parenthesis

    Daniel Hughes committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a28b4ef View commit details
    Browse the repository at this point in the history
  4. Add more tests

    Daniel Hughes committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c1a50ea View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Update modify to separate functions

    Daniel Hughes committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8222cbc View commit details
    Browse the repository at this point in the history
  2. Add new string

    Daniel Hughes committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9bc57ee View commit details
    Browse the repository at this point in the history
  3. Update tests

    Daniel Hughes committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4dfb52a View commit details
    Browse the repository at this point in the history
  4. Update syntax error

    Daniel Hughes committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    336625c View commit details
    Browse the repository at this point in the history
  5. Remove empty values

    Daniel Hughes committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a9fc793 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Use Transport Enum

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f1f4a07 View commit details
    Browse the repository at this point in the history
  2. Remove build.psd1

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    968d2c2 View commit details
    Browse the repository at this point in the history
  3. Remove backtick

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0bcf61a View commit details
    Browse the repository at this point in the history
  4. Use Enum in compare

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    54aa751 View commit details
    Browse the repository at this point in the history
  5. Remove unused localized data

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0bb5766 View commit details
    Browse the repository at this point in the history
  6. Revert to previous logic

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8a248ae View commit details
    Browse the repository at this point in the history
  7. Use correct DocGenerator Key

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    828e05f View commit details
    Browse the repository at this point in the history
  8. Use SubjectFormatEnum

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    25fbebb View commit details
    Browse the repository at this point in the history
  9. Set subjectFormat back to previous default

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8400119 View commit details
    Browse the repository at this point in the history
  10. Match Mof resource defaults

    Daniel Hughes committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    11956cb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Update formatting

    Daniel Hughes committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a45970c View commit details
    Browse the repository at this point in the history
  2. Update string as port is not available

    Daniel Hughes committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2566d06 View commit details
    Browse the repository at this point in the history
  3. Update resource from testing

    Daniel Hughes committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    375f723 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    04aeeec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c1396 View commit details
    Browse the repository at this point in the history
  3. Remove Export-ModuleMember

    dan-hughes committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    807bdc9 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    dan-hughes committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6157ba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5baa147 View commit details
    Browse the repository at this point in the history