diff --git a/AsBuiltReport.Rubrik.CDM.psd1 b/AsBuiltReport.Rubrik.CDM.psd1 index 4a4dd34..083e5d7 100644 Binary files a/AsBuiltReport.Rubrik.CDM.psd1 and b/AsBuiltReport.Rubrik.CDM.psd1 differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc1f26..e2fc509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # :arrows_clockwise: Rubrik CDM As Built Report Changelog +## [1.0.3] - 2022-10-28 + +### Fixed +* Fixes [#23](https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM/issues/23) + ## [1.0.2] - 2022-10-19 ### Changed diff --git a/Src/Public/Invoke-AsBuiltReport.Rubrik.CDM.ps1 b/Src/Public/Invoke-AsBuiltReport.Rubrik.CDM.ps1 index 0dcec16..3177eb1 100644 --- a/Src/Public/Invoke-AsBuiltReport.Rubrik.CDM.ps1 +++ b/Src/Public/Invoke-AsBuiltReport.Rubrik.CDM.ps1 @@ -1,11 +1,11 @@ function Invoke-AsBuiltReport.Rubrik.CDM { <# .SYNOPSIS - PowerShell script to document the configuration of Rubrik CDM in Word/HTML/XML/Text formats + PowerShell script to document the configuration of Rubrik CDM in Word/HTML/Text formats .DESCRIPTION - Documents the configuration of the Rubrik CDM in Word/HTML/XML/Text formats using PScribo. + Documents the configuration of the Rubrik CDM in Word/HTML/Text formats using PScribo. .NOTES - Version: 1.0.2 + Version: 1.0.3 Author: Mike Preston Twitter: @mwpreston Github: mwpreston @@ -15,7 +15,6 @@ function Invoke-AsBuiltReport.Rubrik.CDM { https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM #> - [cmdletbinding()] param ( [String[]] $Target, [PSCredential] $Credential,