Skip to content

Commit

Permalink
Merge pull request #25 from AsBuiltReport/dev
Browse files Browse the repository at this point in the history
v1.0.3 release
  • Loading branch information
tpcarman committed Oct 28, 2022
2 parents 88d7467 + 6ca8d80 commit 087ce78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file modified AsBuiltReport.Rubrik.CDM.psd1
Binary file not shown.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions Src/Public/Invoke-AsBuiltReport.Rubrik.CDM.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +15,6 @@ function Invoke-AsBuiltReport.Rubrik.CDM {
https://github.com/AsBuiltReport/AsBuiltReport.Rubrik.CDM
#>

[cmdletbinding()]
param (
[String[]] $Target,
[PSCredential] $Credential,
Expand Down

0 comments on commit 087ce78

Please sign in to comment.