File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- Bump Diagrammer.Core module requirement to v0.2.33
1818- Bump module version to v0.6.10
1919- Refactor Get-NetAppOntapAPI to streamline certificate validation for Unix platforms
20+ - Update SignatureLogoName in Export-AbrOntapDiagram function for consistency
2021
2122### Fixed
2223
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function Export-AbrOntapDiagram {
4646 ' IconPath' = $IconPath
4747 ' ImagesObj' = $Images
4848 ' LogoName' = ' AsBuiltReport_LOGO'
49- ' SignatureLogoName' = ' Abr_LOGO_Footer '
49+ ' SignatureLogoName' = ' AsBuiltReport_Signature '
5050 ' WaterMarkText' = $Options.DiagramWaterMark
5151 ' WaterMarkFontOpacity' = 20
5252 ' Direction' = & {
You can’t perform that action at this time.
0 commit comments