Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 227249b

Browse files
Update README.md
1 parent eba461e commit 227249b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,22 @@ This is not an officially supported VMware PowerShell Module.
1010

1111
The purpose of this module is to make VMware Cloud Foundation API more accessible to fans of PowerCLI and drive adoption of the VMware Cloud Foundation API & VMware Cloud Foundation in general. It is provided without warranty and should not be used in a production environment without thoroughly testing first.
1212

13-
This version is supported with VMware Cloud Foundation 4.0 and above due to changes in the API auth process.
13+
This version is supported with VMware Cloud Foundation 4.x and above due to changes in the API auth process.
1414

1515
## Contributors
1616
If you would like to contribute please get in touch! Current contributors listed below.
1717

18-
Brian O'Connell - VMware CPBU Staff Architect \[[Twitter](https://twitter.com/LifeOfBrianOC)\] \[[Blog](https://LifeOfBrianOC.com)\]
18+
Brian O'Connell - VMware CIBG Staff Architect \[[Twitter](https://twitter.com/LifeOfBrianOC)\] \[[Blog](https://LifeOfBrianOC.com)\]
1919

20-
Gary Blake - VMware CPBU Staff II Architect \[[Twitter](https://twitter.com/GaryJBlake)\] \[[Blog](https://my-cloudy-world.com/)\]
20+
Gary Blake - VMware CIBG Senior Staff Architect \[[Twitter](https://twitter.com/GaryJBlake)\] \[[Blog](https://my-cloudy-world.com/)\]
2121

22-
Ken Gould - VMware CPBU Staff II Architect \[[Twitter](https://twitter.com/feardamhan)\] \[[Blog](https://feardamhan.com/)\]
22+
Ken Gould - VMware CIBG Staff II Architect \[[Twitter](https://twitter.com/feardamhan)\] \[[Blog](https://feardamhan.com/)\]
2323

2424
Giuliano Bertello - Dell EMC Sr. Principal Engineer Solutions Architecture \[[Twitter](https://twitter.com/GiulianoBerteo)\] \[[Blog](https://blog.bertello.org)\]
2525

2626
## What's New
2727

28-
- **NEW** `Add-VCFApplicationVirtualNetwork` cmdlet to add Application Virtual Networks (NSX segments)
29-
- **UPDATED** `ResponseException` updated the internal error handling function for Core 7.x
28+
- **UPDATED** `Get-VCFTask` updated to correctly handle passing a task status
3029

3130
## Documentation
3231
<a href="https://powervcf.readthedocs.io/en/latest/" target="_blank">PowerVCF Documentation</a>
@@ -63,7 +62,7 @@ All API operations must currently be authenticated using the SDDC Manager admin
6362
To create a base64 credential to authenticate each cmdlet you must first run:
6463

6564
```powershell
66-
Connect-VCFManager -fqdn sfo-vcf01.sfo.rainpole.io -username admin -password VMware1!
65+
Request-VCFToken -fqdn sfo-vcf01.sfo.rainpole.io -username admin -password VMware1!
6766
```
6867

6968
*Note: `-username` & `-password` are optional. If not passed a credential window will be presented.*

0 commit comments

Comments
 (0)