Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ body:
id: version-vcf
attributes:
label: VMware Cloud Foundation
description: Please provide the VMware Cloud Foundation version.
description: >
Please provide the VMware Cloud Foundation version.

For details on specific VMware Cloud Foundation versions supported by this module, please refer to the [documentation](https://vmware.github.io/powershell-module-for-vmware-cloud-foundation/).
validations:
required: true
- type: input
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@

`PowerVCF` is an open source PowerShell Module for interacting with the [VMware Cloud Foundation][docs-vmware-cloud-foundation] public API.

For details on specific VMware Cloud Foundation versions supported by this module, please refer to the [documentation][docs-module].

## Documentation

Please refer to the [documentation][docs-module] for more information on how to use this module.
For detailed instructions on using this module, refer to the [documentation][docs-module].

## Contributing

Expand Down
8 changes: 0 additions & 8 deletions docs/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@ This PowerShell module is the work of many contributors and the project team app

Thank you for your interest in the project. Whether it's a bug report, enhancement, correction, or
additional documentation, we greatly value feedback and contributions from our community.

Name | Role | GitHub |
------------------|--------------|------------------------------------------------------------------|
Brian O'Connell | Maintainer | [:fontawesome-brands-github:](https://github.com/LifeOfBrianOC) |
Gary Blake | Maintainer | [:fontawesome-brands-github:](https://github.com/GaryJBlake) |
Ken Gould | Maintainer | [:fontawesome-brands-github:](https://github.com/feardamhan) |
Ryan Johnson | Maintainer | [:fontawesome-brands-github:](https://github.com/tenthirtyam) |
Giuliano Bertello | Collaborator | [:fontawesome-brands-github:](https://github.com/GiulianoBerteo) |
26 changes: 11 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,22 @@

## Requirements

### Platforms
### VMware Cloud Foundation

The following table lists the supported platforms for this module.
The following table lists the supported releases for this module.

Platform | Supported
-------------------------------------------------------------|------------------------------------
:fontawesome-solid-cloud:   VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green }
:fontawesome-solid-cloud:   VMware Cloud Foundation 5.0 | :fontawesome-solid-check:{ .green }
:fontawesome-solid-cloud:   VMware Cloud Foundation 4.5 | :fontawesome-solid-check:{ .green }
:fontawesome-solid-cloud:   VMware Cloud Foundation 4.4 | :fontawesome-solid-check:{ .green }
:fontawesome-solid-cloud:   VMware Cloud Foundation 4.3 | :fontawesome-solid-check:{ .green }
| Platform | Support |
|--------------------------------------------------------------| ----------------------------------- |
| :fontawesome-solid-cloud:   VMware Cloud Foundation 5.2 | :fontawesome-solid-check:{ .green } |
| :fontawesome-solid-cloud:   VMware Cloud Foundation 5.1 | :fontawesome-solid-check:{ .green } |

### Operating Systems
???+ tip "Support for Newer Major Releases"

The following table lists the supported operating systems for this module.
This module will **only** be sustained for supported versions of the VMware Cloud Foundation releases listed above to address critical issues. You can find general details on supported versions in the [Broadcom Product Lifecycle](https://support.broadcom.com/group/ecx/productlifecycle).

Operating System | Version
-----------------------------------------------------------------------|-----------
:fontawesome-brands-windows:   Microsoft Windows Server | 2019, 2022
:fontawesome-brands-windows:   Microsoft Windows | 10, 11
Please note that this module **will not** provide support or new enhancements for future major releases of VMware Cloud Foundation. If you're planning to upgrade to those newer releases, we encourage you to explore alternative in-product or custom automation solutions.

We truly appreciate your reliance on and support of this module. Thank you for your understanding as we transition to sustaining the module for these specific major versions.

### PowerShell

Expand Down