Skip to content

Commit

Permalink
Merge pull request #10 from AsBuiltReport/dev
Browse files Browse the repository at this point in the history
1.1.0 public release
  • Loading branch information
rebelinux authored Dec 20, 2023
2 parents d0ca000 + 77e791c commit 2982f87
Show file tree
Hide file tree
Showing 42 changed files with 3,087 additions and 1,181 deletions.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

98 changes: 98 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
name: Bug Report
description: File a bug report
labels: ["bug"]
assignees:
- rebelinux
body:
- type: textarea
id: bug-description
attributes:
label: Bug description
description: >-
Please provide a clear and concise description of the bug.
validations:
required: true
- type: input
id: command-line-input
attributes:
label: Command-line input
description: >-
Please provide the command line input you are using to run AsBuiltReport. Please ensure that you obscure any sensitive information.
placeholder: New-AsBuiltReport -Report VMware.Horizon -Target xxxxxxx -Format Word,HTML -OutputFolderPath .\Documents\ -AsBuiltConfigFilePath .\AsBuiltReport\AsBuiltReport.json -ReportConfigFilePath .\AsBuiltReport\AsBuiltReport.VMware.Horizon.json -EnableHealthCheck -Verbose
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: >-
Please provide a detailed list of steps to reproduce the bug.
placeholder: |-
1. ....
2. ....
3. ....
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: Expected behaviour
description: >-
Please provide a clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: >-
Please attach any screenshots to help explain the problem. Please ensure that you obscure any sensitive information.
placeholder: |-
Drag and drop screenshots here.
- type: textarea
id: operating-system
attributes:
label: Operating System
description: Please provide information about the operating system are you using.
placeholder: macOS Big Sur, Windows 10, Ubuntu 20.04 LTS
validations:
required: true
- type: textarea
id: powershell-version
attributes:
label: PowerShell Version
description: Please provide information about the PowerShell version you are using. Please provide the output from the following PowerShell command `$PSVersionTable`.
placeholder: $PSVersionTable
validations:
required: true
- type: textarea
id: powershell-modules
attributes:
label: PowerShell Modules
description: Please provide information about the PowerShell modules are you using. Please provide the output from the following PowerShell command `Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.VMware.Horizon";"PScribo") | Select Name, Version`
placeholder: Get-Module -ListAvailable @("AsBuiltReport.Core";"AsBuiltReport.VMware.Horizon";"PScribo") | Select Name, Version
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: This field is optional. You may provide additional context for the bug you wish to report. You may wish to include links to any related [issues](https://github.com/AsBuiltReport/AsBuiltReport.VMware.Horizon/issues) or other relevant information.
- type: checkboxes
id: checklist
attributes:
label: Before submitting
description: >-
Please ensure your bug report fulfills all of the following requirements.
If you are unsure of what a specific requirement means, please follow the links to learn about it and understand why it is necessary before submitting.
options:
- label: >-
I have read and followed the [bug reporting guidelines](https://www.asbuiltreport.com/about/contributing/#reporting-issues-and-bugs).
required: true
- label: >-
I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltconfig),
and referred to the [known issues](https://www.asbuiltreport.com/user-guide/known-issues/) before submitting this bug report.
required: true
- label: >-
I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.VMware.Horizon/issues) before submitting this bug report.
required: true
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/change_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Change Request
description: Request a new change or an improvement
labels: ["change request"]
assignees:
- rebelinux
body:
- type: textarea
id: description
attributes:
label: Description
description: >-
Please provide a detailed description of your idea so that the project maintainers and contributors can fully understand what change, feature, or improvement you are proposing.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: This field is optional. You may provide additional context for the idea you wish to propose. You may wish to include links to any related [issues](https://github.com/AsBuiltReport/AsBuiltReport.VMware.Horizon/issues) or other relevant information.
- type: checkboxes
id: checklist
attributes:
label: Before submitting
description: >-
Please ensure your change request fulfills all of the following requirements.
If you are unsure of what a specific requirement means, please follow the links to learn about it and understand why it is necessary before submitting.
options:
- label: >-
I have read [the documentation](https://www.asbuiltreport.com/user-guide/new-asbuiltconfig),
and referred to the [known issues](https://www.asbuiltreport.com/user-guide/known-issues/) before submitting this change request.
required: true
- label: >-
I have checked for previously opened & closed [issues](https://github.com/AsBuiltReport/AsBuiltReport.VMware.Horizon/issues) before submitting this change request.
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

19 changes: 10 additions & 9 deletions AsBuiltReport.VMware.Horizon.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
"Desktop": 1,
"Applications": 1,
"Farms": 1,
"Machines": {
"vCenterVM": 1,
"RDSHosts": 1
},
"PersistentDisks": 1,
"ThinApps": 0,
"Machines": 1,
"GlobalEntitlements": 1
},
"Settings": {
Expand All @@ -35,7 +30,6 @@
"vCenter": 1,
"ESXiHosts": 1,
"DataStores": 1,
"Composers": 1,
"ADDomains": 1
},
"UAG":{
Expand All @@ -61,15 +55,22 @@
"AdministratorsandGroups": 1,
"RolePrivileges": 1,
"RolePermissions": 1,
"AccessGroup": 1
"AccessGroup": 1,
"FederationAccessGroup": 1
},
"CloudPodArch": {
"CloudPodArch": 1
},
"Sites": {
"Sites": 1
},
"EventConfiguration": {
"EventDatabase": 1,
"Syslog": 1,
"EventstoFileSystem": 1
},
"GlobalPolicies": {
"GlobalPolicies": 0
"GlobalPolicies": 1
}
}
},
Expand Down
Binary file modified AsBuiltReport.VMware.Horizon.psd1
Binary file not shown.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# :arrows_clockwise: VMware Horizon As Built Report Changelog

## [1.1.0] - 2023-12-19

### Added

- Updated Report to work with Horizon 2309
- Added Features for Certificates and Replication status
- Improved functionaliy and layout.

## [0.2.0] - 2022-08-17

### Added
Expand Down
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- ********** DO NOT EDIT THESE LINKS ********** -->
<p align="center">
<a href="https://www.asbuiltreport.com/" alt="AsBuiltReport"></a>
<img src='https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport/master/AsBuiltReport.png' width="8%" height="8%" /></a>
<img src='https://github.com/AsBuiltReport.png' width="8%" height="8%" /></a>
</p>
<p align="center">
<a href="https://www.powershellgallery.com/packages/AsBuiltReport.VMware.Horizon/" alt="PowerShell Gallery Version">
Expand Down Expand Up @@ -68,14 +68,6 @@ PowerShell 5.1 or PowerShell 7, and the following PowerShell modules are require
- [VMware PowerCLI Module](https://www.powershellgallery.com/packages/VMware.PowerCLI/)
- [AsBuiltReport.VMware.Horizon Module](https://www.powershellgallery.com/packages/AsBuiltReport.VMware.Horizon/)

### Linux & macOS

* .NET Core is required for cover page image support on Linux and macOS operating systems.
* [Installing .NET Core for macOS](https://docs.microsoft.com/en-us/dotnet/core/install/macos)
* [Installing .NET Core for Linux](https://docs.microsoft.com/en-us/dotnet/core/install/linux)

❗ If you are unable to install .NET Core, you must set `ShowCoverPageImage` to `False` in the report JSON configuration file.

### :closed_lock_with_key: Required Privileges

- A VMware Horizon As Built Report can be generated with Administrators(Read only) privileges.
Expand Down Expand Up @@ -130,7 +122,7 @@ The **Report** schema provides configuration of the VMware Horizon report inform
| Sub-Schema | Setting | Default | Description |
|---------------------|--------------|--------------------------------|--------------------------------------------------------------|
| Name | User defined | VMware Horizon As Built Report | The name of the As Built Report |
| Version | User defined | 1.0 | The report version |
| Version | User defined | 1.1 | The report version |
| Status | User defined | Released | The report release status |
| ShowCoverPageImage | true / false | true | Toggle to enable/disable the display of the cover page image |
| ShowTableOfContents | true / false | true | Toggle to enable/disable table of contents |
Expand Down Expand Up @@ -166,7 +158,7 @@ The table below outlines the default and maximum InfoLevel settings for each Inv

| Sub-Schema | Default Setting | Maximum Setting |
|--------------|:---------------:|:---------------:|
| Desktop | 1 | 2 |
| Desktop | 1 | 3 |
| Applications | 1 | 2 |
| Farms | 1 | 2 |
| Machines | 1 | 1 |
Expand All @@ -190,6 +182,8 @@ The table below outlines the default and maximum InfoLevel settings for each Set
| RolePrivileges | 1 | 1 |
| RolePermissions | 1 | 1 |
| AccessGroup | 1 | 2 |
| Cloud Pod | 1 | 2 |
| Sites | 1 | 2 |
| EventDatabase | 1 | 1 |
| Syslog | 1 | 1 |
| EventstoFileSystem | 1 | 1 |
Expand Down
Loading

0 comments on commit 2982f87

Please sign in to comment.