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

v1.2.0 public release #10

Merged
merged 8 commits into from
Nov 22, 2024
Merged

v1.2.0 public release #10

merged 8 commits into from
Nov 22, 2024

Conversation

rebelinux
Copy link
Collaborator

Description

[1.2.0] - 2023-11-21

Added

  • Tested Report with App Volumes v2410
  • Added code to properly display space information

Changed

  • Changed Required Modules to AsBuiltReport.Core v1.4.0
  • Improved detection of empty fields in tables
  • Improved detection of true/false elements in tables
  • Updated GitHub release workflow to add post to Bluesky social platform

Related Issue

Motivation and Context

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 document.

@rebelinux rebelinux merged commit e7aa17d into master Nov 22, 2024
4 checks passed
Copy link

PSScriptAnalyzer results:

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


RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 18
Message    : Command accepts pipeline input but has not defined a process block.

RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 22
Message    : Command accepts pipeline input but has not defined a process block.

RuleName   : PSUseSingularNouns
Severity   : Warning
ScriptName : Invoke-AsBuiltReport.VMware.AppVolumes.ps1
Line       : 1
Message    : The cmdlet 'Invoke-AsBuiltReport.VMware.AppVolumes' uses a plural 
             noun. A singular noun should be used instead.

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