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.8.0 #141

Merged
merged 10 commits into from
Jan 24, 2024
Merged

v0.8.0 #141

merged 10 commits into from
Jan 24, 2024

Conversation

rebelinux
Copy link
Collaborator

@rebelinux rebelinux commented Jan 22, 2024

Description

[0.8.0] - 2024-01-24

Added

  • Added initial diagram support:
    • Forest Diagram
  • Added disclaimer section if the EnableHealthCheck option is used.

Fixed

Related Issue

Motivation and Context

How Has This Been Tested?

  • HomeLab

Screenshots (if appropriate):

image

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.

AsBuiltReport.Microsoft.AD.Style.ps1 Dismissed Show dismissed Hide dismissed
$graphViz = Resolve-Path -path $GraphVizPath -ErrorAction SilentlyContinue | Get-Item | Where-Object BaseName -eq 'dot' | Select-Object -First 1

if ( $null -eq $graphViz ) {
$GraphvizPathString = $GraphVizPath -Join " or "

Check warning

Code scanning / PSScriptAnalyzer

The variable 'GraphvizPathString' is assigned but never used. Warning

The variable 'GraphvizPathString' is assigned but never used.
Write-PScriboMessage -IsWarning "Could not find GraphViz installed on this system. Please install latest Graphviz binary from: https://graphviz.org/download/#windows"
Write-PScriboMessage -IsWarning "No GraphViz binary found, disabling the creation of diagrams."

$GraphvizInstallStatus = $false

Check warning

Code scanning / PSScriptAnalyzer

The variable 'GraphvizInstallStatus' is assigned but never used. Warning

The variable 'GraphvizInstallStatus' is assigned but never used.
@rebelinux rebelinux merged commit 6812743 into AsBuiltReport:dev Jan 24, 2024
3 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant