Skip to content

Commit 3430abd

Browse files
committed
Fix formatting in README.md for module requirements and options schema
1 parent 9f34523 commit 3430abd

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Each of the following modules will be automatically installed by following the [
6868
These modules may also be manually installed.
6969

7070
| Module Name | Minimum Required Version | PS Gallery | GitHub |
71-
|--------------------|:------------------------:|:---------------------------------------------------------------------:|:---------------------------------------------------------------------------:|
72-
| PScribo | 0.10.0 | [Link](https://www.powershellgallery.com/packages/PScribo) | [Link](https://github.com/iainbrighton/PScribo/tree/master) |
71+
| ------------------ | :----------------------: | :-------------------------------------------------------------------: | :-------------------------------------------------------------------------: |
72+
| PScribo | 0.10.0 | [Link](https://www.powershellgallery.com/packages/PScribo) | [Link](https://github.com/iainbrighton/PScribo/tree/master) |
7373
| AsBuiltReport.Core | 1.4.0 | [Link](https://www.powershellgallery.com/packages/AsBuiltReport.Core) | [Link](https://github.com/AsBuiltReport/AsBuiltReport.Core/releases/latest) |
74-
| Netapp.ONTAP | 9.15.1.2407 | [Link](https://www.powershellgallery.com/packages/NetApp.ONTAP) | |
74+
| Netapp.ONTAP | 9.15.1.2407 | [Link](https://www.powershellgallery.com/packages/NetApp.ONTAP) | |
7575

7676
## :package: Module Installation
7777

@@ -137,21 +137,21 @@ The **Report** schema provides configuration of the NetApp ONTAP report informat
137137
### Options
138138

139139
The **Options** schema allows certain options within the report to be toggled on or off.
140-
| Sub-Schema | Setting | Default | Description |
141-
| --------------------- | ------------ | ------- | -------------------------------------------------- |
142-
| Exclude: Vserver | Array List | Empty | Allow to filter on Vserver Name |
143-
| Exclude: MetroCluster | true / false | false | Allow to filter automatically all Vserver with -mc |
144-
| DiagramColumnSize | int | 3 | Set the diagram node table size |
145-
| DiagramTheme | string | White | Set the diagram theme (Black/White/Neon) |
146-
| DiagramWaterMark | string | empty | Set the diagram watermark |
147-
| DiagramType | true / false | true | Toggle to enable/disable the export of individual diagram diagrams |
148-
| EnableDiagrams | true / false | false | Toggle to enable/disable infrastructure diagrams |
149-
| EnableDiagramsDebug | true / false | false | Toggle to enable/disable diagram debug option |
150-
| EnableDiagramSignature | true / false | false | Toggle to enable/disable diagram signature (bottom right corner) |
151-
| ExportDiagrams | true / false | true | Toggle to enable/disable diagram export option |
152-
| ExportDiagramsFormat | string array | png | Set the format used to export the infrastructure diagram (dot, png, pdf, svg) |
153-
| SignatureAuthorName | string | empty | Set the signature author name |
154-
| SignatureCompanyName | string | empty | Set the signature company name |
140+
| Sub-Schema | Setting | Default | Description |
141+
| ---------------------- | ------------ | ------- | ----------------------------------------------------------------------------- |
142+
| Exclude: Vserver | Array List | Empty | Allow to filter on Vserver Name |
143+
| Exclude: MetroCluster | true / false | false | Allow to filter automatically all Vserver with -mc |
144+
| DiagramColumnSize | int | 3 | Set the diagram node table size |
145+
| DiagramTheme | string | White | Set the diagram theme (Black/White/Neon) |
146+
| DiagramWaterMark | string | empty | Set the diagram watermark |
147+
| DiagramType | true / false | true | Toggle to enable/disable the export of individual diagram diagrams |
148+
| EnableDiagrams | true / false | false | Toggle to enable/disable infrastructure diagrams |
149+
| EnableDiagramsDebug | true / false | false | Toggle to enable/disable diagram debug option |
150+
| EnableDiagramSignature | true / false | false | Toggle to enable/disable diagram signature (bottom right corner) |
151+
| ExportDiagrams | true / false | true | Toggle to enable/disable diagram export option |
152+
| ExportDiagramsFormat | string array | png | Set the format used to export the infrastructure diagram (dot, png, pdf, svg) |
153+
| SignatureAuthorName | string | empty | Set the signature author name |
154+
| SignatureCompanyName | string | empty | Set the signature company name |
155155

156156
### InfoLevel
157157

@@ -204,3 +204,5 @@ PS C:\> New-AsBuiltReport -Report NetApp.ONTAP -Target 192.168.7.60 -Username 'a
204204
205205
```
206206
## :x: Known Issues
207+
208+
- Issues with ASA v1/v2 hardware model. [#56](https://github.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/issues/56)

0 commit comments

Comments
 (0)