Skip to content

Commit

Permalink
Merge pull request #193 from rebelinux/dev
Browse files Browse the repository at this point in the history
v0.8.13
  • Loading branch information
rebelinux authored Dec 2, 2024
2 parents b491862 + 6f283b9 commit 9d226fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AsBuiltReport.Veeam.VBR.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
@{
ModuleName = 'Veeam.Diagrammer';
ModuleVersion = '0.6.16'
ModuleVersion = '0.6.17'
}
)

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Increase Veeam.Diagrammer minimum requirement to v0.6.17
- Change the infrastructure diagram default save location to $OutputFolderPath
- Increase AsBuiltReport.Core to v1.4.1

### Fixed

- Fix error "A positional parameter cannot be found that accepts argument '-'" at Get-AbrVbrConfigurationBackupSetting cmdlet

## [0.8.12] - 2024-11-22

### Changed
Expand Down
6 changes: 3 additions & 3 deletions Src/Private/Get-AbrVbrConfigurationBackupSetting.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Get-AbrVbrConfigurationBackupSetting {
.DESCRIPTION
Documents the configuration of Veeam VBR in Word/HTML/Text formats using PScribo.
.NOTES
Version: 0.8.12
Version: 0.8.13
Author: Jonathan Colon
Twitter: @jcolonfzenpr
Github: rebelinux
Expand Down Expand Up @@ -83,14 +83,14 @@ function Get-AbrVbrConfigurationBackupSetting {
BlankLine
if ($OutObj | Where-Object { $_.'Encryption Enabled' -like 'No' } ) {
Paragraph {
Text "Best Practice:" - Bold
Text "Best Practice:" -Bold
Text "Whenever possible, enable configuration backup encryption."
}
BlankLine
}
if ($OutObj | Where-Object { $_.'Run Job Automatically' -like 'No' }) {
Paragraph {
Text "Best Practice:" - Bold
Text "Best Practice:" -Bold
Text "It's a recommended best practice to activate the 'Run job automatically' option of the Backup Configuration job."
}
BlankLine
Expand Down

0 comments on commit 9d226fe

Please sign in to comment.