File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments