AsBuiltReport / AsBuiltReport.NetApp.ONTAP

A PowerShell module to generate an as built report on the configuration of NetApp ONTAP storage arrays.
MIT License
15 stars 3 forks source link

v0.6.2 minor release #14

Closed rebelinux closed 2 years ago

rebelinux commented 2 years ago

## Description

## [0.6.2] - 2021-01-12

### Added

- Added more health check discovery.

### Changed

- Removes unneeded paragraph section.

### Fixed

- Fix for table caption error message "List table captions are only supported on tables with a single row"

## How Has This Been Tested?

- Tested on my homelab

## Screenshots (if appropriate):

## Types of changes

- [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [x] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:

- [x] My code follows the code style of this project. - [x] My change requires a change to the documentation. - [x] I have updated the documentation accordingly. - [x] I have read the [**CONTRIBUTING**](/CONTRIBUTING.md) document.