Skip to content

Commit 3445088

Browse files
committed
Add WaterMarkFontOpacity parameter to Export-AbrOntapDiagram function
1 parent c386b50 commit 3445088

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.6.10] - Unreleased
99

10+
### Added
11+
12+
- Add WaterMarkFontOpacity parameter to Export-AbrOntapDiagram function
13+
1014
### Changed
1115

1216
- Refactor Export-AbrOntapDiagram to handle image format for Unix platforms and improve error messaging

Src/Private/Export-AbrOntapDiagram.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function Export-AbrOntapDiagram {
4848
'LogoName' = 'AsBuiltReport_LOGO'
4949
'SignatureLogoName' = 'Abr_LOGO_Footer'
5050
'WaterMarkText' = $Options.DiagramWaterMark
51+
'WaterMarkFontOpacity' = 20
5152
'Direction' = & {
5253
if ($MainDiagramLabel -eq 'Cluster Replication Diagram') {
5354
'left-to-right'

0 commit comments

Comments
 (0)