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

v0.9.2 public release #196

Merged
merged 26 commits into from
Jan 15, 2025
Merged

v0.9.2 public release #196

merged 26 commits into from
Jan 15, 2025

Conversation

rebelinux
Copy link
Collaborator

Description

[0.9.2] - 2025-01-14

Added

  • Add support for WinRM over SSL
  • Add option to set the WinRM tcp port used for PSSession connection setup

Changed

  • Increase Diagrammer.Core minimum requirement
  • Increase AsBuiltReport.Core to v1.4.1
  • Improve DC selection logic
  • Improve HealthCheck best practice recommendations (Copilot)

Fixed

  • Fix #190
  • Fix #191
  • Fix ConvertTo-HashToYN cmdlet not generating an ordereddictionary output

Removed

  • Remove dependabot action (Not supported in Abr Organization)

Related Issue

Motivation and Context

  • Add support for WinRM over SSL

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the contributing documentation.

@rebelinux rebelinux merged commit 055e8e2 into master Jan 15, 2025
4 checks passed
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [11], Information: [0]


RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.Microsoft.AD.ps1
Line       : 21
Message    : The parameter 'Credential' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 86
Message    : The parameter 'DomainController' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 193
Message    : The parameter 'DC' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 222
Message    : The parameter 'Filter' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 223
Message    : The parameter 'Properties' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 224
Message    : The parameter 'SelectPrty' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 253
Message    : The parameter 'Domain' has been declared but not used. 

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 1781
Message    : The parameter 'Target' has been declared but not used. 

RuleName   : PSUseDeclaredVarsMoreThanAssignments
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 423
Message    : The variable 'Today' is assigned but never used.

RuleName   : PSUseDeclaredVarsMoreThanAssignments
Severity   : Warning
ScriptName : SharedUtilsFunctions.ps1
Line       : 424
Message    : The variable 'Yesterday' is assigned but never used.

RuleName   : PSReviewUnusedParameter
Severity   : Warning
ScriptName : Get-AbrADDomainObject.ps1
Line       : 23
Message    : The parameter 'Domain' has been declared but not used.

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.

1 participant