File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# :arrows_clockwise : Rubrik CDM As Built Report Changelog
2
2
3
+ ## [ 1.0.3] - 2022-10-28
4
+
5
+ ### Fixed
6
+ * Fixes [ #23 ] ( https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM/issues/23 )
7
+
3
8
## [ 1.0.2] - 2022-10-19
4
9
5
10
### Changed
Original file line number Diff line number Diff line change 1
1
function Invoke-AsBuiltReport.Rubrik.CDM {
2
2
<#
3
3
. 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
5
5
. 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.
7
7
. NOTES
8
- Version: 1.0.2
8
+ Version: 1.0.3
9
9
Author: Mike Preston
10
10
Twitter: @mwpreston
11
11
Github: mwpreston
@@ -15,7 +15,6 @@ function Invoke-AsBuiltReport.Rubrik.CDM {
15
15
https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM
16
16
#>
17
17
18
- [cmdletbinding ()]
19
18
param (
20
19
[String []] $Target ,
21
20
[PSCredential ] $Credential ,
You can’t perform that action at this time.
0 commit comments