Skip to content

Commit 087ce78

Browse files
authored
Merge pull request #25 from AsBuiltReport/dev
v1.0.3 release
2 parents 88d7467 + 6ca8d80 commit 087ce78

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

AsBuiltReport.Rubrik.CDM.psd1

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# :arrows_clockwise: Rubrik CDM As Built Report Changelog
22

3+
## [1.0.3] - 2022-10-28
4+
5+
### Fixed
6+
* Fixes [#23](https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM/issues/23)
7+
38
## [1.0.2] - 2022-10-19
49

510
### Changed

Src/Public/Invoke-AsBuiltReport.Rubrik.CDM.ps1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
function Invoke-AsBuiltReport.Rubrik.CDM {
22
<#
33
.SYNOPSIS
4-
PowerShell script to document the configuration of Rubrik CDM in Word/HTML/XML/Text formats
4+
PowerShell script to document the configuration of Rubrik CDM in Word/HTML/Text formats
55
.DESCRIPTION
6-
Documents the configuration of the Rubrik CDM in Word/HTML/XML/Text formats using PScribo.
6+
Documents the configuration of the Rubrik CDM in Word/HTML/Text formats using PScribo.
77
.NOTES
8-
Version: 1.0.2
8+
Version: 1.0.3
99
Author: Mike Preston
1010
Twitter: @mwpreston
1111
Github: mwpreston
@@ -15,7 +15,6 @@ function Invoke-AsBuiltReport.Rubrik.CDM {
1515
https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM
1616
#>
1717

18-
[cmdletbinding()]
1918
param (
2019
[String[]] $Target,
2120
[PSCredential] $Credential,

0 commit comments

Comments
 (0)